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.java455 int[] profileIds = mUserManager.getEnabledProfileIds(userId); in reloadWidgetsMaskedStateForGroup() local
456 for (int profileId : profileIds) { in reloadWidgetsMaskedStateForGroup()
663 final int[] profileIds = mSecurityPolicy.getEnabledGroupProfileIds(userId); in ensureGroupStateLoadedLocked() local
669 final int profileIdCount = profileIds.length; in ensureGroupStateLoadedLocked()
671 final int profileId = profileIds[i]; in ensureGroupStateLoadedLocked()
673 profileIds[i] = LOADED_PROFILE_ID; in ensureGroupStateLoadedLocked()
686 final int profileId = profileIds[i]; in ensureGroupStateLoadedLocked()
1968 final int[] profileIds = mSecurityPolicy.getEnabledGroupProfileIds(userId); in scheduleNotifyGroupHostsForProvidersChangedLocked() local
1975 final int M = profileIds.length; in scheduleNotifyGroupHostsForProvidersChangedLocked()
1977 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.java589 IntArray profileIds = getProfileIdsLU(userId, enabledOnly); in getProfilesLU() local
590 ArrayList<UserInfo> users = new ArrayList<>(profileIds.size()); in getProfilesLU()
591 for (int i = 0; i < profileIds.size(); i++) { in getProfilesLU()
592 int profileId = profileIds.get(i); in getProfilesLU()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2081 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userHandle); in sendAdminCommandToSelfAndProfilesLocked() local
2082 for (int profileId : profileIds) { in sendAdminCommandToSelfAndProfilesLocked()
4075 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userHandle); in updateMaximumTimeToLockLocked() local
4076 for (int profileId : profileIds) { in updateMaximumTimeToLockLocked()
6847 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userId); in getPermittedAccessibilityServicesForUser() local
6848 for (int profileId : profileIds) { in getPermittedAccessibilityServicesForUser()
7026 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userId); in getPermittedInputMethodsForCurrentUser() local
7027 for (int profileId : profileIds) { in getPermittedInputMethodsForCurrentUser()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java367 int[] profileIds = mUserManager.getProfileIdsWithDisabled(currentUserId); in updateUserProfiles() local
369 mCurrentUserProfiles = profileIds; in updateUserProfiles()