Home
last modified time | relevance | path

Searched refs:ACTION_MANAGED_PROFILE_REMOVED (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
DManagedProfileSettings.java151 if (action.equals(Intent.ACTION_MANAGED_PROFILE_REMOVED)) { in onReceive()
174 intentFilter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED); in register()
DAccountSettings.java571 if (action.equals(Intent.ACTION_MANAGED_PROFILE_REMOVED) in onReceive()
590 intentFilter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED); in register()
/packages/apps/Launcher3/src/com/android/launcher3/compat/
DLauncherAppsCompat.java33 public static final String ACTION_MANAGED_PROFILE_REMOVED = field in LauncherAppsCompat
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java102 filter.addAction(LauncherAppsCompat.ACTION_MANAGED_PROFILE_REMOVED); in LauncherAppState()
DLauncherModel.java1277 || LauncherAppsCompat.ACTION_MANAGED_PROFILE_REMOVED.equals(action)) { in onReceive()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java1322 || Intent.ACTION_MANAGED_PROFILE_REMOVED.equals(action)) {
1337 filter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED); in onAttachedToWindow()