Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java152 case Intent.ACTION_USER_ADDED:
232 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java336 public static final String ACTION_USER_ADDED = "android.app.action.USER_ADDED"; field in DeviceAdminReceiver
1074 } else if (ACTION_USER_ADDED.equals(action)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java125 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
242 filter.addAction(Intent.ACTION_USER_ADDED); in setUpWithPresenter()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerService.java23 import static android.content.Intent.ACTION_USER_ADDED;
256 userFilter.addAction(ACTION_USER_ADDED); in OverlayManagerService()
489 case ACTION_USER_ADDED: in onReceive()
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java234 IntentFilter userAddedIntentFilter = new IntentFilter(Intent.ACTION_USER_ADDED); in RollbackManagerServiceImpl()
238 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)) { in onReceive()
1479 filter.addAction(Intent.ACTION_USER_ADDED); in register()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1421 userFilter.addAction(Intent.ACTION_USER_ADDED); in registerReceiver()
1472 } else if (Intent.ACTION_USER_ADDED.equals(actionStr)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java123 filter.addAction(Intent.ACTION_USER_ADDED); in UserSwitcherController()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java28 import static android.content.Intent.ACTION_USER_ADDED;
838 userFilter.addAction(ACTION_USER_ADDED); in initService()
993 case ACTION_USER_ADDED:
1001 if (action == ACTION_USER_ADDED) {
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java455 filter.addAction(Intent.ACTION_USER_ADDED); in LockSettingsService()
647 if (Intent.ACTION_USER_ADDED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java720 if (Intent.ACTION_USER_ADDED.equals(action)) {
1545 userFilter.addAction(Intent.ACTION_USER_ADDED); in StorageManagerService()
DConnectivityService.java979 intentFilter.addAction(Intent.ACTION_USER_ADDED); in ConnectivityService()
4909 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java1010 if (Intent.ACTION_USER_ADDED.equals(action) in onReceive()
1632 broadcastFilterForSystemUser.addAction(Intent.ACTION_USER_ADDED); in systemRunning()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java2811 Intent addedIntent = new Intent(Intent.ACTION_USER_ADDED); in createUserInternalUnchecked()
/frameworks/base/core/java/android/content/
DIntent.java3525 public static final String ACTION_USER_ADDED = field in Intent
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1341 } else if (action.equals(Intent.ACTION_USER_ADDED)) {
1789 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java793 if (Intent.ACTION_USER_ADDED.equals(action)) {
794 sendDeviceOwnerUserCommand(DeviceAdminReceiver.ACTION_USER_ADDED, userHandle);
2254 filter.addAction(Intent.ACTION_USER_ADDED); in DevicePolicyManagerService()
/frameworks/base/api/
Dsystem-current.txt1419 field public static final String ACTION_USER_ADDED = "android.intent.action.USER_ADDED";
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2674 Landroid/app/admin/DeviceAdminReceiver;->ACTION_USER_ADDED:Ljava/lang/String;
14349 Landroid/content/Intent;->ACTION_USER_ADDED:Ljava/lang/String;