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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DManagedProfileController.java124 filter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED);
H A DPhoneStatusBarPolicy.java142 filter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED);
534 action.equals(Intent.ACTION_MANAGED_PROFILE_REMOVED)) {
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java105 case Intent.ACTION_MANAGED_PROFILE_REMOVED:
171 filter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED);
/frameworks/base/services/core/java/com/android/server/notification/
H A DEventConditionProvider.java122 filter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED);
/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java312 intentFilter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED);
322 || Intent.ACTION_MANAGED_PROFILE_REMOVED.equals(action)) {
/frameworks/base/core/java/android/content/
H A DIntent.java3005 public static final String ACTION_MANAGED_PROFILE_REMOVED = field in class:Intent
4087 * profiles - {@link #ACTION_MANAGED_PROFILE_ADDED} and {@link #ACTION_MANAGED_PROFILE_REMOVED}.
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java2586 Intent managedProfileIntent = new Intent(Intent.ACTION_MANAGED_PROFILE_REMOVED);

Completed in 210 milliseconds