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.java452 int[] profileIds = mUserManager.getEnabledProfileIds(userId); in reloadWidgetsMaskedStateForGroup() local
453 for (int profileId : profileIds) { in reloadWidgetsMaskedStateForGroup()
660 final int[] profileIds = mSecurityPolicy.getEnabledGroupProfileIds(userId); in ensureGroupStateLoadedLocked() local
666 final int profileIdCount = profileIds.length; in ensureGroupStateLoadedLocked()
668 final int profileId = profileIds[i]; in ensureGroupStateLoadedLocked()
670 profileIds[i] = LOADED_PROFILE_ID; in ensureGroupStateLoadedLocked()
683 final int profileId = profileIds[i]; in ensureGroupStateLoadedLocked()
1945 final int[] profileIds = mSecurityPolicy.getEnabledGroupProfileIds(userId); in scheduleNotifyGroupHostsForProvidersChangedLocked() local
1952 final int M = profileIds.length; in scheduleNotifyGroupHostsForProvidersChangedLocked()
1954 final int profileId = profileIds[j]; in scheduleNotifyGroupHostsForProvidersChangedLocked()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java431 final int profileIds[] = mUm.getProfileIdsWithDisabled(UserHandle.myUserId()); in addUser() local
432 if (ArrayUtils.contains(profileIds, userId)) { in addUser()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java582 IntArray profileIds = getProfileIdsLU(userId, enabledOnly); in getProfilesLU() local
583 ArrayList<UserInfo> users = new ArrayList<>(profileIds.size()); in getProfilesLU()
584 for (int i = 0; i < profileIds.size(); i++) { in getProfilesLU()
585 int profileId = profileIds.get(i); in getProfilesLU()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2072 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userHandle); in sendAdminCommandToSelfAndProfilesLocked() local
2073 for (int profileId : profileIds) { in sendAdminCommandToSelfAndProfilesLocked()
4055 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userHandle); in updateMaximumTimeToLockLocked() local
4056 for (int profileId : profileIds) { in updateMaximumTimeToLockLocked()
6826 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userId); in getPermittedAccessibilityServicesForUser() local
6827 for (int profileId : profileIds) { in getPermittedAccessibilityServicesForUser()
7005 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userId); in getPermittedInputMethodsForCurrentUser() local
7006 for (int profileId : profileIds) { in getPermittedInputMethodsForCurrentUser()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java362 int[] profileIds = mUserManager.getProfileIdsWithDisabled(currentUserId); in updateUserProfiles() local
364 mCurrentUserProfiles = profileIds; in updateUserProfiles()