Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserJourneyLoggerTest.java38 import static com.android.server.pm.UserJourneyLogger.USER_LIFECYCLE_EVENT_STOP_USER;
292 USER_LIFECYCLE_EVENT_STOP_USER, EVENT_STATE_BEGIN, ERROR_CODE_UNSPECIFIED, 1); in testStopUserJourney()
301 USER_LIFECYCLE_EVENT_STOP_USER, EVENT_STATE_FINISH, ERROR_CODE_UNSPECIFIED, 2); in testStopUserJourney()
316 USER_LIFECYCLE_EVENT_STOP_USER, EVENT_STATE_BEGIN, ERROR_CODE_UNSPECIFIED, 1); in testAbortStopUserJourney()
325 USER_LIFECYCLE_EVENT_STOP_USER, in testAbortStopUserJourney()
342 USER_LIFECYCLE_EVENT_STOP_USER, in testIncompleteStopUserJourney()
347 USER_LIFECYCLE_EVENT_STOP_USER, in testIncompleteStopUserJourney()
542 USER_LIFECYCLE_EVENT_STOP_USER, in testSwitchWithStopUIUserJourney()
562 USER_LIFECYCLE_EVENT_STOP_USER, in testSwitchWithStopUIUserJourney()
/frameworks/base/services/core/java/com/android/server/pm/
DUserJourneyLogger.java139 public static final int USER_LIFECYCLE_EVENT_STOP_USER = field in UserJourneyLogger
155 USER_LIFECYCLE_EVENT_STOP_USER,
209 return USER_LIFECYCLE_EVENT_STOP_USER; in journeyToEvent()