Home
last modified time | relevance | path

Searched refs:USER_JOURNEY_USER_STOP (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserJourneyLoggerTest.java33 import static com.android.server.pm.UserJourneyLogger.USER_JOURNEY_USER_STOP;
289 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testStopUserJourney()
298 USER_JOURNEY_USER_STOP); in testStopUserJourney()
304 USER_JOURNEY_USER_STOP, 0, 10, in testStopUserJourney()
313 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testAbortStopUserJourney()
323 USER_JOURNEY_USER_STOP, ERROR_CODE_ABORTED); in testAbortStopUserJourney()
329 USER_JOURNEY_USER_STOP, -1, 10, in testAbortStopUserJourney()
340 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testIncompleteStopUserJourney()
345 mUserJourneyLogger.finishAndClearIncompleteUserJourney(10, USER_JOURNEY_USER_STOP); in testIncompleteStopUserJourney()
352 USER_JOURNEY_USER_STOP, -1, 10, in testIncompleteStopUserJourney()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DUserJourneyLogger.java95 public static final int USER_JOURNEY_USER_STOP = field in UserJourneyLogger
111 USER_JOURNEY_USER_STOP,
208 case USER_JOURNEY_USER_STOP: in journeyToEvent()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java55 import static com.android.server.pm.UserJourneyLogger.USER_JOURNEY_USER_STOP;
1158 logUserJourneyBegin(userId, USER_JOURNEY_USER_STOP);
1239 USER_JOURNEY_USER_STOP, ERROR_CODE_ABORTED);
1245 USER_JOURNEY_USER_STOP, ERROR_CODE_INVALID_SESSION_ID);
1378 .logUserJourneyFinish(-1, userInfo, USER_JOURNEY_USER_STOP);
1392 .finishAndClearIncompleteUserJourney(userId, USER_JOURNEY_USER_STOP);