Searched refs:ACTION_PROFILE_ADDED (Results 1 – 9 of 9) sorted by relevance
55 public static final String ACTION_PROFILE_ADDED = ATLEAST_U field in UserCache56 ? Intent.ACTION_PROFILE_ADDED : Intent.ACTION_MANAGED_PROFILE_ADDED;105 ACTION_PROFILE_ADDED, in initAsync()
22 import android.content.Intent.ACTION_PROFILE_ADDED in <lambda>()102 ACTION_PROFILE_ADDED,312 ACTION_PROFILE_ADDED -> ProfileAdded(requireNotNull(user)) in toUserEvent()
189 filter.addAction(Intent.ACTION_PROFILE_ADDED); in RuntimeUserManagerState()250 || Intent.ACTION_PROFILE_ADDED.equals(action)) { in onProfileActionStatusChange()
225 Intent.ACTION_PROFILE_ADDED, in onCreate()
116 Intent.ACTION_PROFILE_ADDED, Intent.ACTION_PROFILE_AVAILABLE, in onCreate()
1184 mProfileFilterActions.add(Intent.ACTION_PROFILE_ADDED); in CrossProfileListeners()1219 case Intent.ACTION_PROFILE_ADDED:
1083 filter.addAction(Intent.ACTION_PROFILE_ADDED); in register()1199 || Intent.ACTION_PROFILE_ADDED.equals(action); in isProfileAddedOrAvailable()
266 } else if (UserCache.ACTION_PROFILE_ADDED.equals(action) in onUserEvent()
409 || Intent.ACTION_PROFILE_ADDED.equals(action) in isProfileStatusAction()648 filter.addAction(Intent.ACTION_PROFILE_ADDED); in onActivityCreated()