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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DManagedProfileController.java123 filter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java104 case Intent.ACTION_MANAGED_PROFILE_ADDED:
170 filter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);
/frameworks/base/services/core/java/com/android/server/notification/
H A DEventConditionProvider.java121 filter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java311 intentFilter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);
321 } else if (Intent.ACTION_MANAGED_PROFILE_ADDED.equals(action)
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java526 } else if (Intent.ACTION_MANAGED_PROFILE_ADDED.equals(action)) {
1640 filter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);
6241 Intent intent = new Intent(Intent.ACTION_MANAGED_PROFILE_ADDED);
/frameworks/base/core/java/android/content/
H A DIntent.java2995 public static final String ACTION_MANAGED_PROFILE_ADDED = field in class:Intent
4087 * profiles - {@link #ACTION_MANAGED_PROFILE_ADDED} and {@link #ACTION_MANAGED_PROFILE_REMOVED}.

Completed in 255 milliseconds