Searched defs:userIds (Results 1 – 13 of 13) sorted by relevance
68 int[] userIds = manager.getEnabledProfileIds(ActivityManager.getCurrentUser()); in notifyResourceGranted() local
243 int[] userIds = manager.getProfileIdsWithDisabled(currentUser); in updateUser() local
334 final int[] userIds = mUserProfiles.getCurrentProfileIds(); in setComponentState() local352 int[] userIds = mUserProfiles.getCurrentProfileIds(); in rebuildRestoredPackages() local412 int[] userIds = mUserProfiles.getCurrentProfileIds(); in updateSettingsAccordingToInstalledServices() local508 final int[] userIds = mUserProfiles.getCurrentProfileIds(); in rebindServices() local
174 final int[] userIds = getCurrentProfileIds(); in rebuildAll() local
640 IntArray userIds = new IntArray(); in getUsersToStopLocked() local1486 Set<Integer> userIds = new HashSet<>(); in getProfileIds() local
17524 int[] userIds = { UserHandle.USER_ALL, UserHandle.getUserId(callingUid) }; in registerReceiver() local
464 public int[] computeGids(int[] userIds) { in computeGids()
1862 private void grantRequestedRuntimePermissions(PackageParser.Package pkg, int[] userIds, in grantRequestedRuntimePermissions()1944 final int[] userIds = (userId == UserHandle.USER_ALL) in scheduleWritePackageRestrictionsLocked() local11238 final int[] userIds) { in sendPackageBroadcast()12325 private void sendFirstLaunchBroadcast(String pkgName, String installerPkg, int[] userIds) { in sendFirstLaunchBroadcast()13813 final int[] userIds = sUserManager.getUserIds(); in cleanUp() local15381 private int[] getBlockUninstallForUsers(String packageName, int[] userIds) { in getBlockUninstallForUsers()16153 final int[] userIds = (user == null || user.getIdentifier() == UserHandle.USER_ALL) in markPackageUninstalledForUserLPw() local16174 final int[] userIds = (userId == UserHandle.USER_ALL) ? sUserManager.getUserIds() in clearPackageStateForUserLIF() local
1331 boolean removeIntentFilterVerificationLPw(String packageName, int[] userIds) { in removeIntentFilterVerificationLPw()2480 int[] userIds = new int[users.size()]; in writePackageListLPr() local
401 public void addUsers(int... userIds) { in addUsers()
1715 int[] userIds = getProfileIds(UserHandle.myUserId(), true /* enabledOnly */); in getUserProfiles() local
290 final int[] userIds = new int[numOperations]; in applyBatch() local
3462 final int[] userIds = new int[users.size()]; in getAllAccounts() local3470 private AccountAndUser[] getAccounts(int[] userIds) { in getAccounts()