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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DManagedProfileController.java125 filter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE);
H A DPhoneStatusBarPolicy.java140 filter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE);
532 } else if (action.equals(Intent.ACTION_MANAGED_PROFILE_AVAILABLE) ||
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java166 } else if (Intent.ACTION_MANAGED_PROFILE_AVAILABLE.equals(action)
284 offModeFilter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE);
/frameworks/base/core/java/android/content/
H A DIntent.java3026 public static final String ACTION_MANAGED_PROFILE_AVAILABLE = field in class:Intent
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java710 intent.setAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE);

Completed in 777 milliseconds