Searched refs:managedProfileUserId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DCrossProfileIntentFiltersHelper.java35 public static void setFilters(PackageManager pm, int parentUserId, int managedProfileUserId) { argument
56 pm.addCrossProfileIntentFilter(mimeTypeTelephony, managedProfileUserId, parentUserId,
67 pm.addCrossProfileIntentFilter(callEmergency, managedProfileUserId, parentUserId,
77 pm.addCrossProfileIntentFilter(callVoicemail, managedProfileUserId, parentUserId,
90 pm.addCrossProfileIntentFilter(callDial, managedProfileUserId, parentUserId, 0);
95 pm.addCrossProfileIntentFilter(callButton, managedProfileUserId, parentUserId, 0);
102 pm.addCrossProfileIntentFilter(callDialNoData, managedProfileUserId, parentUserId,
114 pm.addCrossProfileIntentFilter(smsMms, managedProfileUserId, parentUserId,
121 pm.addCrossProfileIntentFilter(mobileNetworkSettings, managedProfileUserId,
128 pm.addCrossProfileIntentFilter(home, managedProfileUserId, parentUserI
[all...]

Completed in 198 milliseconds