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

/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java85 case Intent.ACTION_MANAGED_PROFILE_ADDED:
140 filter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);
/frameworks/base/services/core/java/com/android/server/notification/
H A DEventConditionProvider.java112 filter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java308 intentFilter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);
317 } else if (Intent.ACTION_MANAGED_PROFILE_ADDED.equals(action)
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java392 } else if (Intent.ACTION_MANAGED_PROFILE_ADDED.equals(action)) {
1072 filter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED);
4526 Intent intent = new Intent(Intent.ACTION_MANAGED_PROFILE_ADDED);
/frameworks/base/core/java/android/content/
H A DIntent.java2806 public static final String ACTION_MANAGED_PROFILE_ADDED = field in class:Intent
3725 * profiles - {@link #ACTION_MANAGED_PROFILE_ADDED} and {@link #ACTION_MANAGED_PROFILE_REMOVED}.

Completed in 1186 milliseconds