Home
last modified time | relevance | path

Searched refs:ACTION_USER_ADDED (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java336 public static final String ACTION_USER_ADDED = "android.app.action.USER_ADDED"; field in DeviceAdminReceiver
1078 } else if (ACTION_USER_ADDED.equals(action)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java158 case Intent.ACTION_USER_ADDED:
241 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java141 case Intent.ACTION_USER_ADDED:
277 filter.addAction(Intent.ACTION_USER_ADDED); in setUpWithPresenter()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerService.java24 import static android.content.Intent.ACTION_USER_ADDED;
265 userFilter.addAction(ACTION_USER_ADDED); in OverlayManagerService()
502 case ACTION_USER_ADDED: in onReceive()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/userswitcher/
DUserGridRecyclerView.java196 filter.addAction(Intent.ACTION_USER_ADDED); in registerForUserEvents()
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java259 IntentFilter userAddedIntentFilter = new IntentFilter(Intent.ACTION_USER_ADDED); in RollbackManagerServiceImpl()
263 if (Intent.ACTION_USER_ADDED.equals(intent.getAction())) { in RollbackManagerServiceImpl()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1440 } else if (Intent.ACTION_USER_ADDED.equals(action) || Intent.ACTION_USER_STARTED.equals( in onReceive()
1480 filter.addAction(Intent.ACTION_USER_ADDED); in register()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1440 userFilter.addAction(Intent.ACTION_USER_ADDED); in registerReceiver()
1491 } else if (Intent.ACTION_USER_ADDED.equals(actionStr)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java136 filter.addAction(Intent.ACTION_USER_ADDED); in UserSwitcherController()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java31 import static android.content.Intent.ACTION_USER_ADDED;
843 userFilter.addAction(ACTION_USER_ADDED); in initService()
1005 case ACTION_USER_ADDED:
1013 if (action == ACTION_USER_ADDED) {
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java571 filter.addAction(Intent.ACTION_USER_ADDED); in LockSettingsService()
792 if (Intent.ACTION_USER_ADDED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java848 if (Intent.ACTION_USER_ADDED.equals(action)) {
1854 userFilter.addAction(Intent.ACTION_USER_ADDED); in StorageManagerService()
DConnectivityService.java1112 intentFilter.addAction(Intent.ACTION_USER_ADDED); in ConnectivityService()
5229 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java1179 if (Intent.ACTION_USER_ADDED.equals(action) in onReceive()
1863 broadcastFilterForSystemUser.addAction(Intent.ACTION_USER_ADDED); in systemRunning()
/frameworks/base/core/java/android/content/
DIntent.java3600 public static final String ACTION_USER_ADDED = field in Intent
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3631 Intent addedIntent = new Intent(Intent.ACTION_USER_ADDED); in dispatchUserAdded()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1581 } else if (action.equals(Intent.ACTION_USER_ADDED)) {
2111 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
/frameworks/base/non-updatable-api/
Dsystem-current.txt1744 field public static final String ACTION_USER_ADDED = "android.intent.action.USER_ADDED";
/frameworks/base/api/
Dsystem-current.txt1796 field public static final String ACTION_USER_ADDED = "android.intent.action.USER_ADDED";