Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserJourneyLoggerTest.java37 import static com.android.server.pm.UserJourneyLogger.USER_LIFECYCLE_EVENT_START_USER;
91 USER_LIFECYCLE_EVENT_START_USER, EVENT_STATE_BEGIN, ERROR_CODE_UNSPECIFIED); in testUserLifecycleEventOccurred()
101 USER_LIFECYCLE_EVENT_START_USER, EVENT_STATE_BEGIN, ERROR_CODE_UNSPECIFIED, 1); in testLogUserLifecycleEvent()
170 USER_LIFECYCLE_EVENT_START_USER, in testStartUserJourney()
180 USER_LIFECYCLE_EVENT_START_USER, in testStartUserJourney()
352 USER_LIFECYCLE_EVENT_START_USER, in testSwitchFGUserJourney()
362 USER_LIFECYCLE_EVENT_START_USER, in testSwitchFGUserJourney()
397 USER_LIFECYCLE_EVENT_START_USER, in testSwitchUIUserJourney()
407 USER_LIFECYCLE_EVENT_START_USER, in testSwitchUIUserJourney()
454 USER_LIFECYCLE_EVENT_START_USER, in testSwitchWithStopUIUserJourney()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserJourneyLogger.java126 public static final int USER_LIFECYCLE_EVENT_START_USER = field in UserJourneyLogger
148 USER_LIFECYCLE_EVENT_START_USER,
204 return USER_LIFECYCLE_EVENT_START_USER; in journeyToEvent()