Searched refs:profileIds (Results 1 – 5 of 5) sorted by relevance
466 int[] profileIds = mUserManager.getEnabledProfileIds(userId); in reloadWidgetsMaskedStateForGroup() local467 for (int profileId : profileIds) { in reloadWidgetsMaskedStateForGroup()674 final int[] profileIds = mSecurityPolicy.getEnabledGroupProfileIds(userId); in ensureGroupStateLoadedLocked() local680 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() local2069 final int M = profileIds.length; in scheduleNotifyGroupHostsForProvidersChangedLocked()2071 final int profileId = profileIds[j]; in scheduleNotifyGroupHostsForProvidersChangedLocked()[all …]
483 final int profileIds[] = mUm.getProfileIdsWithDisabled(UserHandle.myUserId()); in addUser() local484 if (ArrayUtils.contains(profileIds, userId)) { in addUser()
623 IntArray profileIds = getProfileIdsLU(userId, enabledOnly); in getProfilesLU() local624 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()
2416 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userHandle); in sendAdminCommandToSelfAndProfilesLocked() local2417 for (int profileId : profileIds) { in sendAdminCommandToSelfAndProfilesLocked()4491 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userHandle); in updateMaximumTimeToLockLocked() local4492 for (int profileId : profileIds) { in updateMaximumTimeToLockLocked()7770 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userId); in getPermittedAccessibilityServicesForUser() local7771 for (int profileId : profileIds) { in getPermittedAccessibilityServicesForUser()7950 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userId); in getPermittedInputMethodsForCurrentUser() local7951 for (int profileId : profileIds) { in getPermittedInputMethodsForCurrentUser()
493 int[] profileIds = mUserManager.getProfileIdsWithDisabled(currentUserId); in updateUserProfiles() local495 mCurrentUserProfiles = profileIds; in updateUserProfiles()