Searched refs:USER_JOURNEY_USER_START (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserJourneyLoggerTest.java | 32 import static com.android.server.pm.UserJourneyLogger.USER_JOURNEY_USER_START; 76 .UserJourneySession(10, USER_JOURNEY_USER_START); in testUserStartLifecycleJourneyReported() 79 USER_JOURNEY_USER_START, 0, 10, in testUserStartLifecycleJourneyReported() 89 .UserJourneySession(10, USER_JOURNEY_USER_START); in testUserLifecycleEventOccurred() 99 .logUserJourneyBegin(10, USER_JOURNEY_USER_START); in testLogUserLifecycleEvent() 263 .logUserJourneyBegin(10, USER_JOURNEY_USER_START); in testStartUserJourney() 273 USER_JOURNEY_USER_START); in testStartUserJourney() 280 USER_JOURNEY_USER_START, 0, 10, in testStartUserJourney() 445 .logUserJourneyBegin(11, USER_JOURNEY_USER_START); in testSwitchFGUserJourney() 455 USER_JOURNEY_USER_START); in testSwitchFGUserJourney() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserJourneyLogger.java | 91 public static final int USER_JOURNEY_USER_START = field in UserJourneyLogger 110 USER_JOURNEY_USER_START, 204 case USER_JOURNEY_USER_START: in journeyToEvent()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserController.java | 54 import static com.android.server.pm.UserJourneyLogger.USER_JOURNEY_USER_START; 3461 logUserJourneyBegin(msg.arg1, USER_JOURNEY_USER_START); 3469 USER_JOURNEY_USER_START);
|