Home
last modified time | relevance | path

Searched refs:logUserJourneyBegin (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserJourneyLoggerTest.java98 .logUserJourneyBegin(10, USER_JOURNEY_USER_START); in testLogUserLifecycleEvent()
116 .logUserJourneyBegin(-1, USER_JOURNEY_USER_CREATE); in testCreateUserJourney()
141 .logUserJourneyBegin(10, USER_JOURNEY_USER_REMOVE); in testRemoveUserJourney()
167 .logUserJourneyBegin(10, USER_JOURNEY_USER_START); in testStartUserJourney()
193 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testStopUserJourney()
217 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testAbortStopUserJourney()
244 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testIncompleteStopUserJourney()
349 .logUserJourneyBegin(11, USER_JOURNEY_USER_START); in testSwitchFGUserJourney()
394 .logUserJourneyBegin(11, USER_JOURNEY_USER_START); in testSwitchUIUserJourney()
443 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testSwitchWithStopUIUserJourney()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserJourneyLogger.java543 public UserJourneySession logUserJourneyBegin(@UserIdInt int targetId, in logUserJourneyBegin() method in UserJourneyLogger
H A DUserManagerService.java1595 mUserJourneyLogger.logUserJourneyBegin(userId, USER_JOURNEY_GRANT_ADMIN); in setUserAdmin()
1622 mUserJourneyLogger.logUserJourneyBegin(userId, USER_JOURNEY_REVOKE_ADMIN); in revokeUserAdmin()
4752 mUserJourneyLogger.logUserJourneyBegin(noneUserId, USER_JOURNEY_USER_CREATE);
5561 mUserJourneyLogger.logUserJourneyBegin(userId, USER_JOURNEY_USER_REMOVE);
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java1019 logUserJourneyBegin(userId, USER_JOURNEY_USER_STOP);
3091 logUserJourneyBegin(msg.arg1, USER_JOURNEY_USER_SWITCH_FG);
3113 logUserJourneyBegin(msg.arg1, USER_JOURNEY_USER_START);
3186 logUserJourneyBegin(fromToUserPair.second.id, USER_JOURNEY_USER_SWITCH_UI);
3270 private void logUserJourneyBegin(int targetId,
3289 .logUserJourneyBegin(targetId, journey);