Searched refs:USER_JOURNEY_USER_START (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | UserJourneyLoggerTest.java | 75 .UserJourneySession(10, USER_JOURNEY_USER_START); in testUserStartLifecycleJourneyReported() 78 USER_JOURNEY_USER_START, 0, 10, in testUserStartLifecycleJourneyReported() 88 .UserJourneySession(10, USER_JOURNEY_USER_START); in testUserLifecycleEventOccurred() 177 USER_JOURNEY_USER_START); in testStartUserJourney() 184 USER_JOURNEY_USER_START, 0, 10, in testStartUserJourney() 359 USER_JOURNEY_USER_START); in testSwitchFGUserJourney() 366 USER_JOURNEY_USER_START, 10, 11, in testSwitchFGUserJourney() 404 USER_JOURNEY_USER_START); in testSwitchUIUserJourney() 411 USER_JOURNEY_USER_START, 10, 11, in testSwitchUIUserJourney() 478 USER_JOURNEY_USER_START); in testSwitchWithStopUIUserJourney() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserJourneyLogger.java | 90 public static final int USER_JOURNEY_USER_START = field in UserJourneyLogger 109 USER_JOURNEY_USER_START, 203 case USER_JOURNEY_USER_START: in journeyToEvent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | UserController.java | 54 import static com.android.server.pm.UserJourneyLogger.USER_JOURNEY_USER_START; 3113 logUserJourneyBegin(msg.arg1, USER_JOURNEY_USER_START); 3121 USER_JOURNEY_USER_START);
|