Home
last modified time | relevance | path

Searched defs:userIds (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/media/
DMediaResourceMonitorService.java68 int[] userIds = manager.getEnabledProfileIds(ActivityManager.getCurrentUser()); in notifyResourceGranted() local
DMediaSessionService.java243 int[] userIds = manager.getProfileIdsWithDisabled(currentUser); in updateUser() local
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java334 final int[] userIds = mUserProfiles.getCurrentProfileIds(); in setComponentState() local
352 int[] userIds = mUserProfiles.getCurrentProfileIds(); in rebuildRestoredPackages() local
412 int[] userIds = mUserProfiles.getCurrentProfileIds(); in updateSettingsAccordingToInstalledServices() local
508 final int[] userIds = mUserProfiles.getCurrentProfileIds(); in rebindServices() local
/frameworks/base/services/core/java/com/android/server/vr/
DEnabledComponentsObserver.java174 final int[] userIds = getCurrentProfileIds(); in rebuildAll() local
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java640 IntArray userIds = new IntArray(); in getUsersToStopLocked() local
1486 Set<Integer> userIds = new HashSet<>(); in getProfileIds() local
DActivityManagerService.java17524 int[] userIds = { UserHandle.USER_ALL, UserHandle.getUserId(callingUid) }; in registerReceiver() local
/frameworks/base/services/core/java/com/android/server/pm/
DPermissionsState.java464 public int[] computeGids(int[] userIds) { in computeGids()
DPackageManagerService.java1862 private void grantRequestedRuntimePermissions(PackageParser.Package pkg, int[] userIds, in grantRequestedRuntimePermissions()
1944 final int[] userIds = (userId == UserHandle.USER_ALL) in scheduleWritePackageRestrictionsLocked() local
11238 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() local
15381 private int[] getBlockUninstallForUsers(String packageName, int[] userIds) { in getBlockUninstallForUsers()
16153 final int[] userIds = (user == null || user.getIdentifier() == UserHandle.USER_ALL) in markPackageUninstalledForUserLPw() local
16174 final int[] userIds = (userId == UserHandle.USER_ALL) ? sUserManager.getUserIds() in clearPackageStateForUserLIF() local
DSettings.java1331 boolean removeIntentFilterVerificationLPw(String packageName, int[] userIds) { in removeIntentFilterVerificationLPw()
2480 int[] userIds = new int[users.size()]; in writePackageListLPr() local
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmMockContext.java401 public void addUsers(int... userIds) { in addUsers()
/frameworks/base/core/java/android/os/
DUserManager.java1715 int[] userIds = getProfileIds(UserHandle.myUserId(), true /* enabledOnly */); in getUserProfiles() local
/frameworks/base/core/java/android/content/
DContentProvider.java290 final int[] userIds = new int[numOperations]; in applyBatch() local
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3462 final int[] userIds = new int[users.size()]; in getAllAccounts() local
3470 private AccountAndUser[] getAccounts(int[] userIds) { in getAccounts()