HomeSort by relevance Sort by last modified time
    Searched refs:managedProfileUserId (Results 1 - 3 of 3) sorted by null

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
CrossProfileIntentFiltersHelper.java 31 public static void setFilters(PackageManager pm, int parentUserId, int managedProfileUserId) {
49 pm.addCrossProfileIntentFilter(mimeTypeCallEmergency, managedProfileUserId, parentUserId,
60 pm.addCrossProfileIntentFilter(callWithDataEmergency, managedProfileUserId, parentUserId,
79 pm.addCrossProfileIntentFilter(mimeTypeDial, managedProfileUserId, parentUserId,
92 pm.addCrossProfileIntentFilter(dialWithData, managedProfileUserId, parentUserId,
100 pm.addCrossProfileIntentFilter(dialNoData, managedProfileUserId, parentUserId,
107 pm.addCrossProfileIntentFilter(callButton, managedProfileUserId, parentUserId,
119 pm.addCrossProfileIntentFilter(smsMms, managedProfileUserId, parentUserId,
126 pm.addCrossProfileIntentFilter(mobileNetworkSettings, managedProfileUserId,
133 pm.addCrossProfileIntentFilter(home, managedProfileUserId, parentUserId
    [all...]
DeleteManagedProfileDialog.java 49 * @param managedProfileUserId user-id for the managed profile which will be passed back to the
59 int managedProfileUserId, @Nullable ComponentName mdmPackagename,
62 args.putInt(KEY_USER_PROFILE_CALLBACK_ID, managedProfileUserId);
157 * @param managedProfileUserId user-id of the managed-profile that the dialog was presented
160 public abstract void onRemoveProfileApproval(int managedProfileUserId);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
Utils.java 370 int managedProfileUserId = UserHandle.USER_NULL;
381 managedProfileUserId = getManagedProfile(context).getIdentifier();
407 setUserProvisioningState(dpm, newProfileState, managedProfileUserId);
431 int managedProfileUserId = -1;
438 managedProfileUserId = getManagedProfile(context).getIdentifier();
450 setUserProvisioningState(dpm, newProfileState, managedProfileUserId);

Completed in 91 milliseconds