Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserJourneyLogger.java101 public static final int USER_JOURNEY_REVOKE_ADMIN = field in UserJourneyLogger
115 USER_JOURNEY_REVOKE_ADMIN,
214 case USER_JOURNEY_REVOKE_ADMIN: in journeyToEvent()
DUserManagerService.java42 import static com.android.server.pm.UserJourneyLogger.USER_JOURNEY_REVOKE_ADMIN;
2099 mUserJourneyLogger.logUserJourneyBegin(userId, USER_JOURNEY_REVOKE_ADMIN); in revokeUserAdmin()
2107 USER_JOURNEY_REVOKE_ADMIN, in revokeUserAdmin()
2113 USER_JOURNEY_REVOKE_ADMIN, ERROR_CODE_USER_IS_NOT_AN_ADMIN); in revokeUserAdmin() local
2121 USER_JOURNEY_REVOKE_ADMIN, ERROR_CODE_UNSPECIFIED); in revokeUserAdmin() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserJourneyLoggerTest.java413 .logUserJourneyBegin(10, UserJourneyLogger.USER_JOURNEY_REVOKE_ADMIN); in testRevokeAdminUserJourney()
422 UserJourneyLogger.USER_JOURNEY_REVOKE_ADMIN); in testRevokeAdminUserJourney()
429 UserJourneyLogger.USER_JOURNEY_REVOKE_ADMIN, 0, 10, in testRevokeAdminUserJourney()