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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DManagedProfileController.java126 filter.addAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE);
H A DPhoneStatusBarPolicy.java141 filter.addAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE);
533 action.equals(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE) ||
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java785 } else if (action.equals(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE)) {
1046 filter.addAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE);
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java167 || Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE.equals(action)) {
285 offModeFilter.addAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE);
/frameworks/base/core/java/android/content/
H A DIntent.java3036 public static final String ACTION_MANAGED_PROFILE_UNAVAILABLE = field in class:Intent
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java708 intent.setAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE);

Completed in 295 milliseconds