Searched refs:USER_JOURNEY_USER_STOP (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | UserJourneyLoggerTest.java | 193 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testStopUserJourney() 202 USER_JOURNEY_USER_STOP); in testStopUserJourney() 208 USER_JOURNEY_USER_STOP, 0, 10, in testStopUserJourney() 217 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testAbortStopUserJourney() 227 USER_JOURNEY_USER_STOP, ERROR_CODE_ABORTED); in testAbortStopUserJourney() 233 USER_JOURNEY_USER_STOP, -1, 10, in testAbortStopUserJourney() 244 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testIncompleteStopUserJourney() 256 USER_JOURNEY_USER_STOP, -1, 10, in testIncompleteStopUserJourney() 443 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testSwitchWithStopUIUserJourney() 463 USER_JOURNEY_USER_STOP); in testSwitchWithStopUIUserJourney() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserJourneyLogger.java | 94 public static final int USER_JOURNEY_USER_STOP = field in UserJourneyLogger 110 USER_JOURNEY_USER_STOP, 207 case USER_JOURNEY_USER_STOP: in journeyToEvent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | UserController.java | 55 import static com.android.server.pm.UserJourneyLogger.USER_JOURNEY_USER_STOP; 1019 logUserJourneyBegin(userId, USER_JOURNEY_USER_STOP); 1084 USER_JOURNEY_USER_STOP, ERROR_CODE_ABORTED); 1090 USER_JOURNEY_USER_STOP, ERROR_CODE_INVALID_SESSION_ID); 1199 .logUserJourneyFinish(-1, userInfo, USER_JOURNEY_USER_STOP); 1213 .finishAndClearIncompleteUserJourney(userId, USER_JOURNEY_USER_STOP);
|