Home
last modified time | relevance | path

Searched refs:ACTION_PROFILE_ADDED (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/pm/
DUserCache.java55 public static final String ACTION_PROFILE_ADDED = ATLEAST_U field in UserCache
56 ? Intent.ACTION_PROFILE_ADDED : Intent.ACTION_MANAGED_PROFILE_ADDED;
105 ACTION_PROFILE_ADDED, in initAsync()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/data/repository/
DUserRepository.kt22 import android.content.Intent.ACTION_PROFILE_ADDED in <lambda>()
102 ACTION_PROFILE_ADDED,
312 ACTION_PROFILE_ADDED -> ProfileAdded(requireNotNull(user)) in toUserEvent()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DUserManagerState.java189 filter.addAction(Intent.ACTION_PROFILE_ADDED); in RuntimeUserManagerState()
250 || Intent.ACTION_PROFILE_ADDED.equals(action)) { in onProfileActionStatusChange()
DDocumentsApplication.java225 Intent.ACTION_PROFILE_ADDED, in onCreate()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/
DPhotoPickerSettingsActivity.java116 Intent.ACTION_PROFILE_ADDED, Intent.ACTION_PROFILE_AVAILABLE, in onCreate()
DPhotoPickerActivity.java1184 mProfileFilterActions.add(Intent.ACTION_PROFILE_ADDED); in CrossProfileListeners()
1219 case Intent.ACTION_PROFILE_ADDED:
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterService.java1083 filter.addAction(Intent.ACTION_PROFILE_ADDED); in register()
1199 || Intent.ACTION_PROFILE_ADDED.equals(action); in isProfileAddedOrAvailable()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java266 } else if (UserCache.ACTION_PROFILE_ADDED.equals(action) in onUserEvent()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java409 || Intent.ACTION_PROFILE_ADDED.equals(action) in isProfileStatusAction()
648 filter.addAction(Intent.ACTION_PROFILE_ADDED); in onActivityCreated()