Searched refs:logUserJourneyBegin (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserJourneyLoggerTest.java | 99 .logUserJourneyBegin(10, USER_JOURNEY_USER_START); in testLogUserLifecycleEvent() 117 .logUserJourneyBegin(-1, USER_JOURNEY_USER_CREATE); in testCreateUserJourney() 142 mUserJourneyLogger.logUserJourneyBegin(-1, USER_JOURNEY_USER_CREATE); in testCreatePrivateProfileUserJourney() 189 .logUserJourneyBegin(10, USER_JOURNEY_USER_REMOVE); in testRemoveUserJourney() 216 mUserJourneyLogger.logUserJourneyBegin(profileUserId, USER_JOURNEY_USER_REMOVE); in testRemovePrivateProfileUserJourneyWithError() 263 .logUserJourneyBegin(10, USER_JOURNEY_USER_START); in testStartUserJourney() 289 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testStopUserJourney() 313 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testAbortStopUserJourney() 340 .logUserJourneyBegin(10, USER_JOURNEY_USER_STOP); in testIncompleteStopUserJourney() 362 .logUserJourneyBegin(10, USER_JOURNEY_GRANT_ADMIN); in testGrantAdminUserJourney() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserJourneyLogger.java | 547 public UserJourneySession logUserJourneyBegin(@UserIdInt int targetId, in logUserJourneyBegin() method in UserJourneyLogger
|
D | UserManagerService.java | 2071 mUserJourneyLogger.logUserJourneyBegin(userId, USER_JOURNEY_GRANT_ADMIN); in setUserAdmin() 2099 mUserJourneyLogger.logUserJourneyBegin(userId, USER_JOURNEY_REVOKE_ADMIN); in revokeUserAdmin() 5386 mUserJourneyLogger.logUserJourneyBegin(noneUserId, USER_JOURNEY_USER_CREATE); 6199 mUserJourneyLogger.logUserJourneyBegin(userId, USER_JOURNEY_USER_REMOVE);
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserController.java | 1158 logUserJourneyBegin(userId, USER_JOURNEY_USER_STOP); 3439 logUserJourneyBegin(msg.arg1, USER_JOURNEY_USER_SWITCH_FG); 3461 logUserJourneyBegin(msg.arg1, USER_JOURNEY_USER_START); 3534 logUserJourneyBegin(fromToUserPair.second.id, USER_JOURNEY_USER_SWITCH_UI); 3621 private void logUserJourneyBegin(int targetId, 3640 .logUserJourneyBegin(targetId, journey);
|