Searched refs:ACTION_MANAGED_PROFILE_REMOVED (Results 1 – 6 of 6) sorted by relevance
151 if (action.equals(Intent.ACTION_MANAGED_PROFILE_REMOVED)) { in onReceive()174 intentFilter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED); in register()
571 if (action.equals(Intent.ACTION_MANAGED_PROFILE_REMOVED) in onReceive()590 intentFilter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED); in register()
33 public static final String ACTION_MANAGED_PROFILE_REMOVED = field in LauncherAppsCompat
102 filter.addAction(LauncherAppsCompat.ACTION_MANAGED_PROFILE_REMOVED); in LauncherAppState()
1277 || LauncherAppsCompat.ACTION_MANAGED_PROFILE_REMOVED.equals(action)) { in onReceive()
1322 || Intent.ACTION_MANAGED_PROFILE_REMOVED.equals(action)) {1337 filter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED); in onAttachedToWindow()