Searched refs:profileIds (Results 1 – 5 of 5) sorted by relevance
455 int[] profileIds = mUserManager.getEnabledProfileIds(userId); in reloadWidgetsMaskedStateForGroup() local456 for (int profileId : profileIds) { in reloadWidgetsMaskedStateForGroup()663 final int[] profileIds = mSecurityPolicy.getEnabledGroupProfileIds(userId); in ensureGroupStateLoadedLocked() local669 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() local1975 final int M = profileIds.length; in scheduleNotifyGroupHostsForProvidersChangedLocked()1977 final int profileId = profileIds[j]; in scheduleNotifyGroupHostsForProvidersChangedLocked()[all …]
431 final int profileIds[] = mUm.getProfileIdsWithDisabled(UserHandle.myUserId()); in addUser() local432 if (ArrayUtils.contains(profileIds, userId)) { in addUser()
589 IntArray profileIds = getProfileIdsLU(userId, enabledOnly); in getProfilesLU() local590 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()
2081 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userHandle); in sendAdminCommandToSelfAndProfilesLocked() local2082 for (int profileId : profileIds) { in sendAdminCommandToSelfAndProfilesLocked()4075 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userHandle); in updateMaximumTimeToLockLocked() local4076 for (int profileId : profileIds) { in updateMaximumTimeToLockLocked()6847 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userId); in getPermittedAccessibilityServicesForUser() local6848 for (int profileId : profileIds) { in getPermittedAccessibilityServicesForUser()7026 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userId); in getPermittedInputMethodsForCurrentUser() local7027 for (int profileId : profileIds) { in getPermittedInputMethodsForCurrentUser()
367 int[] profileIds = mUserManager.getProfileIdsWithDisabled(currentUserId); in updateUserProfiles() local369 mCurrentUserProfiles = profileIds; in updateUserProfiles()