Home
last modified time | relevance | path

Searched refs:USER_LIFECYCLE_EVENT_STOP_USER (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserJourneyLoggerTest.java38 import static com.android.server.pm.UserJourneyLogger.USER_LIFECYCLE_EVENT_STOP_USER;
196 USER_LIFECYCLE_EVENT_STOP_USER, EVENT_STATE_BEGIN, ERROR_CODE_UNSPECIFIED, 1); in testStopUserJourney()
205 USER_LIFECYCLE_EVENT_STOP_USER, EVENT_STATE_FINISH, ERROR_CODE_UNSPECIFIED, 2); in testStopUserJourney()
220 USER_LIFECYCLE_EVENT_STOP_USER, EVENT_STATE_BEGIN, ERROR_CODE_UNSPECIFIED, 1); in testAbortStopUserJourney()
229 USER_LIFECYCLE_EVENT_STOP_USER, in testAbortStopUserJourney()
246 USER_LIFECYCLE_EVENT_STOP_USER, in testIncompleteStopUserJourney()
251 USER_LIFECYCLE_EVENT_STOP_USER, in testIncompleteStopUserJourney()
446 USER_LIFECYCLE_EVENT_STOP_USER, in testSwitchWithStopUIUserJourney()
466 USER_LIFECYCLE_EVENT_STOP_USER, in testSwitchWithStopUIUserJourney()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserJourneyLogger.java138 public static final int USER_LIFECYCLE_EVENT_STOP_USER = field in UserJourneyLogger
154 USER_LIFECYCLE_EVENT_STOP_USER,
208 return USER_LIFECYCLE_EVENT_STOP_USER; in journeyToEvent()