Searched refs:profileIds (Results 1 – 5 of 5) sorted by relevance
452 int[] profileIds = mUserManager.getEnabledProfileIds(userId); in reloadWidgetsMaskedStateForGroup() local453 for (int profileId : profileIds) { in reloadWidgetsMaskedStateForGroup()660 final int[] profileIds = mSecurityPolicy.getEnabledGroupProfileIds(userId); in ensureGroupStateLoadedLocked() local666 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() local1952 final int M = profileIds.length; in scheduleNotifyGroupHostsForProvidersChangedLocked()1954 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()
582 IntArray profileIds = getProfileIdsLU(userId, enabledOnly); in getProfilesLU() local583 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()
2072 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userHandle); in sendAdminCommandToSelfAndProfilesLocked() local2073 for (int profileId : profileIds) { in sendAdminCommandToSelfAndProfilesLocked()4055 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userHandle); in updateMaximumTimeToLockLocked() local4056 for (int profileId : profileIds) { in updateMaximumTimeToLockLocked()6826 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userId); in getPermittedAccessibilityServicesForUser() local6827 for (int profileId : profileIds) { in getPermittedAccessibilityServicesForUser()7005 int[] profileIds = mUserManager.getProfileIdsWithDisabled(userId); in getPermittedInputMethodsForCurrentUser() local7006 for (int profileId : profileIds) { in getPermittedInputMethodsForCurrentUser()
362 int[] profileIds = mUserManager.getProfileIdsWithDisabled(currentUserId); in updateUserProfiles() local364 mCurrentUserProfiles = profileIds; in updateUserProfiles()