Home
last modified time | relevance | path

Searched refs:parentUserId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DCrossProfileIntentFiltersHelper.java31 public static void setFilters(PackageManager pm, int parentUserId, int managedProfileUserId) { in setFilters() argument
49 pm.addCrossProfileIntentFilter(mimeTypeCallEmergency, managedProfileUserId, parentUserId, in setFilters()
60 pm.addCrossProfileIntentFilter(callWithDataEmergency, managedProfileUserId, parentUserId, in setFilters()
79 pm.addCrossProfileIntentFilter(mimeTypeDial, managedProfileUserId, parentUserId, in setFilters()
92 pm.addCrossProfileIntentFilter(dialWithData, managedProfileUserId, parentUserId, in setFilters()
100 pm.addCrossProfileIntentFilter(dialNoData, managedProfileUserId, parentUserId, in setFilters()
107 pm.addCrossProfileIntentFilter(callButton, managedProfileUserId, parentUserId, in setFilters()
119 pm.addCrossProfileIntentFilter(smsMms, managedProfileUserId, parentUserId, in setFilters()
127 parentUserId, PackageManager.SKIP_CURRENT_PROFILE); in setFilters()
133 pm.addCrossProfileIntentFilter(home, managedProfileUserId, parentUserId, in setFilters()
[all …]
/packages/apps/Settings/src/com/android/settings/
DChooseLockGeneric.java696 private void removeManagedProfileFingerprintsAndFinishIfNecessary(final int parentUserId) { in removeManagedProfileFingerprintsAndFinishIfNecessary() argument
700 if (!um.getUserInfo(parentUserId).isManagedProfile()) { in removeManagedProfileFingerprintsAndFinishIfNecessary()
702 final List<UserInfo> profiles = um.getProfiles(parentUserId); in removeManagedProfileFingerprintsAndFinishIfNecessary()
DUtils.java629 public static int getManagedProfileId(UserManager um, int parentUserId) { in getManagedProfileId() argument
630 int[] profileIds = um.getProfileIdsWithDisabled(parentUserId); in getManagedProfileId()
632 if (profileId != parentUserId) { in getManagedProfileId()