Searched refs:removedUserId (Results 1 – 3 of 3) sorted by relevance
960 void handleUserRemoved(int removedUserId) { in handleUserRemoved() argument967 if (userId == removedUserId) { in handleUserRemoved()971 cleanUpArrayForUser(mActiveUids, removedUserId); in handleUserRemoved()972 cleanUpArrayForUser(mForegroundUids, removedUserId); in handleUserRemoved()973 mExemptedPackages.remove(removedUserId); in handleUserRemoved()977 private void cleanUpArrayForUser(SparseBooleanArray array, int removedUserId) { in cleanUpArrayForUser() argument982 if (userId == removedUserId) { in cleanUpArrayForUser()
3045 private void sendProfileRemovedBroadcast(int parentUserId, int removedUserId) { in sendProfileRemovedBroadcast() argument3049 managedProfileIntent.putExtra(Intent.EXTRA_USER, new UserHandle(removedUserId)); in sendProfileRemovedBroadcast()3050 managedProfileIntent.putExtra(Intent.EXTRA_USER_HANDLE, removedUserId); in sendProfileRemovedBroadcast()
18879 final int removedUserId = (user != null) ? user.getIdentifier()18882 if (!clearPackageStateForUserLIF(ps, removedUserId, outInfo)) {