Searched refs:USER_JOURNEY_USER_REMOVE (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserJourneyLoggerTest.java | 31 import static com.android.server.pm.UserJourneyLogger.USER_JOURNEY_USER_REMOVE; 189 .logUserJourneyBegin(10, USER_JOURNEY_USER_REMOVE); in testRemoveUserJourney() 199 USER_JOURNEY_USER_REMOVE); in testRemoveUserJourney() 206 USER_JOURNEY_USER_REMOVE, 0, 10, in testRemoveUserJourney() 216 mUserJourneyLogger.logUserJourneyBegin(profileUserId, USER_JOURNEY_USER_REMOVE); in testRemovePrivateProfileUserJourneyWithError() 236 0, targetUser, USER_JOURNEY_USER_REMOVE, ERROR_CODE_INCOMPLETE_OR_TIMEOUT); in testRemovePrivateProfileUserJourneyWithError() 250 USER_JOURNEY_USER_REMOVE, in testRemovePrivateProfileUserJourneyWithError()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserJourneyLogger.java | 97 public static final int USER_JOURNEY_USER_REMOVE = field in UserJourneyLogger 113 USER_JOURNEY_USER_REMOVE, 210 case USER_JOURNEY_USER_REMOVE: in journeyToEvent()
|
D | UserManagerService.java | 45 import static com.android.server.pm.UserJourneyLogger.USER_JOURNEY_USER_REMOVE; 6199 mUserJourneyLogger.logUserJourneyBegin(userId, USER_JOURNEY_USER_REMOVE); 6225 userData.info, USER_JOURNEY_USER_REMOVE, 6236 userData.info, USER_JOURNEY_USER_REMOVE,
|