Searched refs:ACTION_PROFILE_REMOVED (Results 1 – 10 of 10) sorted by relevance
57 public static final String ACTION_PROFILE_REMOVED = ATLEAST_U field in UserCache58 ? Intent.ACTION_PROFILE_REMOVED : Intent.ACTION_MANAGED_PROFILE_REMOVED;106 ACTION_PROFILE_REMOVED, in initAsync()
24 import android.content.Intent.ACTION_PROFILE_REMOVED in <lambda>()103 ACTION_PROFILE_REMOVED,313 ACTION_PROFILE_REMOVED -> ProfileRemoved(requireNotNull(user)) in toUserEvent()
405 filter.addAction(Intent.ACTION_PROFILE_REMOVED); in register()417 if (intent.getAction().equals(Intent.ACTION_PROFILE_REMOVED)) { in onReceive()
190 filter.addAction(Intent.ACTION_PROFILE_REMOVED); in RuntimeUserManagerState()245 || Intent.ACTION_PROFILE_REMOVED.equals(action)) { in onProfileActionStatusChange()
226 Intent.ACTION_PROFILE_REMOVED, in onCreate()
117 Intent.ACTION_PROFILE_REMOVED, in onCreate()
1185 mProfileFilterActions.add(Intent.ACTION_PROFILE_REMOVED); in CrossProfileListeners()1222 case Intent.ACTION_PROFILE_REMOVED:
1084 filter.addAction(Intent.ACTION_PROFILE_REMOVED); in register()1184 return Intent.ACTION_PROFILE_REMOVED.equals(action); in isUserOrProfileRemoved()
267 || UserCache.ACTION_PROFILE_REMOVED.equals(action)) { in onUserEvent()
410 || Intent.ACTION_PROFILE_REMOVED.equals(action); in isProfileStatusAction()649 filter.addAction(Intent.ACTION_PROFILE_REMOVED); in onActivityCreated()