Searched refs:removedUserId (Results 1 – 2 of 2) sorted by relevance
958 void handleUserRemoved(int removedUserId) { in handleUserRemoved() argument965 if (userId == removedUserId) { in handleUserRemoved()969 cleanUpArrayForUser(mActiveUids, removedUserId); in handleUserRemoved()970 mExemptedBucketPackages.remove(removedUserId); in handleUserRemoved()974 private void cleanUpArrayForUser(SparseBooleanArray array, int removedUserId) { in cleanUpArrayForUser() argument979 if (userId == removedUserId) { in cleanUpArrayForUser()
4436 private void sendProfileRemovedBroadcast(int parentUserId, int removedUserId) { in sendProfileRemovedBroadcast() argument4438 managedProfileIntent.putExtra(Intent.EXTRA_USER, new UserHandle(removedUserId)); in sendProfileRemovedBroadcast()4439 managedProfileIntent.putExtra(Intent.EXTRA_USER_HANDLE, removedUserId); in sendProfileRemovedBroadcast()