Home
last modified time | relevance | path

Searched refs:profileIds (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java466 int[] profileIds = mUserManager.getEnabledProfileIds(userId); in reloadWidgetsMaskedStateForGroup() local
467 for (int profileId : profileIds) { in reloadWidgetsMaskedStateForGroup()
674 final int[] profileIds = mSecurityPolicy.getEnabledGroupProfileIds(userId); in ensureGroupStateLoadedLocked() local
680 final int profileIdCount = profileIds.length; in ensureGroupStateLoadedLocked()
682 final int profileId = profileIds[i]; in ensureGroupStateLoadedLocked()
684 profileIds[i] = LOADED_PROFILE_ID; in ensureGroupStateLoadedLocked()
697 final int profileId = profileIds[i]; in ensureGroupStateLoadedLocked()
2062 final int[] profileIds = mSecurityPolicy.getEnabledGroupProfileIds(userId); in scheduleNotifyGroupHostsForProvidersChangedLocked() local
2069 final int M = profileIds.length; in scheduleNotifyGroupHostsForProvidersChangedLocked()
2071 final int profileId = profileIds[j]; in scheduleNotifyGroupHostsForProvidersChangedLocked()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java483 final int profileIds[] = mUm.getProfileIdsWithDisabled(UserHandle.myUserId()); in addUser() local
484 if (ArrayUtils.contains(profileIds, userId)) { in addUser()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java623 IntArray profileIds = getProfileIdsLU(userId, enabledOnly); in getProfilesLU() local
624 ArrayList<UserInfo> users = new ArrayList<>(profileIds.size()); in getProfilesLU()
625 for (int i = 0; i < profileIds.size(); i++) { in getProfilesLU()
626 int profileId = profileIds.get(i); in getProfilesLU()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2416 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userHandle); in sendAdminCommandToSelfAndProfilesLocked() local
2417 for (int profileId : profileIds) { in sendAdminCommandToSelfAndProfilesLocked()
4491 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userHandle); in updateMaximumTimeToLockLocked() local
4492 for (int profileId : profileIds) { in updateMaximumTimeToLockLocked()
7770 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userId); in getPermittedAccessibilityServicesForUser() local
7771 for (int profileId : profileIds) { in getPermittedAccessibilityServicesForUser()
7950 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userId); in getPermittedInputMethodsForCurrentUser() local
7951 for (int profileId : profileIds) { in getPermittedInputMethodsForCurrentUser()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java493 int[] profileIds = mUserManager.getProfileIdsWithDisabled(currentUserId); in updateUserProfiles() local
495 mCurrentUserProfiles = profileIds; in updateUserProfiles()