Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserJourneyLoggerTest.java441 UserJourneyLogger.USER_LIFECYCLE_EVENT_SWITCH_USER, in testSwitchFGUserJourney()
469 UserJourneyLogger.USER_LIFECYCLE_EVENT_SWITCH_USER, in testSwitchFGUserJourney()
486 UserJourneyLogger.USER_LIFECYCLE_EVENT_SWITCH_USER, in testSwitchUIUserJourney()
514 UserJourneyLogger.USER_LIFECYCLE_EVENT_SWITCH_USER, in testSwitchUIUserJourney()
534 UserJourneyLogger.USER_LIFECYCLE_EVENT_SWITCH_USER, in testSwitchWithStopUIUserJourney()
590 UserJourneyLogger.USER_LIFECYCLE_EVENT_SWITCH_USER, in testSwitchWithStopUIUserJourney()
/frameworks/base/services/core/java/com/android/server/pm/
DUserJourneyLogger.java125 public static final int USER_LIFECYCLE_EVENT_SWITCH_USER = field in UserJourneyLogger
148 USER_LIFECYCLE_EVENT_SWITCH_USER,
203 return USER_LIFECYCLE_EVENT_SWITCH_USER; in journeyToEvent()