Home | History | Annotate | Download | only in settings

Lines Matching refs:profileId

120             final int profileId = profiles.get(i).getIdentifier();
121 mProfileOwnerComponents.put(profileId, mDPM.getProfileOwnerAsUser(profileId));
142 final int profileId = profiles.get(i).getIdentifier();
143 updateAvailableAdminsForProfile(profileId);
376 * @param profileId the profile identifier.
378 private void updateAvailableAdminsForProfile(final int profileId) {
384 List<ComponentName> activeAdminsListForProfile = mDPM.getActiveAdminsAsUser(profileId);
385 addActiveAdminsForProfile(activeAdminsListForProfile, profileId);
388 addDeviceAdminBroadcastReceiversForProfile(activeAdminsListForProfile, profileId);
399 * @param profileId the identifier of the profile
402 Collection<ComponentName> alreadyAddedComponents, final int profileId) {
407 profileId);
412 ArrayList<DeviceAdminInfo> deviceAdmins = mAdminsByProfile.get(profileId);
431 mAdminsByProfile.put(profileId, deviceAdmins);
439 * @param profileId a profile identifier.
442 final int profileId) {
451 | PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS, profileId);
463 mAdminsByProfile.put(profileId, deviceAdmins);