Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java950 int removedUserId = removeUser.getIdentifier(); in testRemoveUser_currentUser_successSetEphemeral() local
953 removeUser(removedUserId, mUserRemovalResultCallbackImpl); in testRemoveUser_currentUser_successSetEphemeral()
965 int removedUserId = removeUser.getIdentifier(); in testRemoveUser_alreadyBeingRemoved_success() local
968 removeUser(removedUserId, mUserRemovalResultCallbackImpl); in testRemoveUser_alreadyBeingRemoved_success()
992 int removedUserId = 15; in testRemoveUser_userNotExist() local
993 removeUser(removedUserId, NO_CALLER_RESTRICTIONS, mUserRemovalResultCallbackImpl); in testRemoveUser_userNotExist()
1022 int removedUserId = removeUser.getIdentifier(); in testRemoveUser_notLastAdminUser_success() local
1025 removeUser(removedUserId, NO_CALLER_RESTRICTIONS, mUserRemovalResultCallbackImpl); in testRemoveUser_notLastAdminUser_success()
1037 int removedUserId = removeUser.getIdentifier(); in testRemoveUser_success() local
1040 removeUser(removedUserId, NO_CALLER_RESTRICTIONS, mUserRemovalResultCallbackImpl); in testRemoveUser_success()
[all …]
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DTestDatabaseBackupAndRecovery.java92 protected void removeRecoveryDataForUserId(int removedUserId) { in removeRecoveryDataForUserId() argument
/packages/providers/MediaProvider/src/com/android/providers/media/
DDatabaseBackupAndRecovery.java1149 protected void removeRecoveryDataForUserId(int removedUserId) { in removeRecoveryDataForUserId() argument
1150 String removeduserIdString = String.valueOf(removedUserId); in removeRecoveryDataForUserId()
1161 Log.v(TAG, "Removed recovery data for user id: " + removedUserId); in removeRecoveryDataForUserId()