Home
last modified time | relevance | path

Searched refs:ACTION_USER_ADDED (Results 1 – 20 of 20) 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.java174 case Intent.ACTION_USER_ADDED:
258 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java129 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
247 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.java228 IntentFilter userAddedIntentFilter = new IntentFilter(Intent.ACTION_USER_ADDED); in RollbackManagerServiceImpl()
232 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.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.java31 import static android.content.Intent.ACTION_USER_ADDED;
843 userFilter.addAction(ACTION_USER_ADDED); in initService()
999 case ACTION_USER_ADDED:
1007 if (action == ACTION_USER_ADDED) {
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java478 filter.addAction(Intent.ACTION_USER_ADDED); in LockSettingsService()
671 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.java1112 intentFilter.addAction(Intent.ACTION_USER_ADDED); in ConnectivityService()
5212 } 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/core/java/android/content/
DIntent.java3543 public static final String ACTION_USER_ADDED = field in Intent
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3001 Intent addedIntent = new Intent(Intent.ACTION_USER_ADDED); in dispatchUserAddedIntent()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java797 if (Intent.ACTION_USER_ADDED.equals(action)) {
798 sendDeviceOwnerUserCommand(DeviceAdminReceiver.ACTION_USER_ADDED, userHandle);
2262 filter.addAction(Intent.ACTION_USER_ADDED); in DevicePolicyManagerService()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1354 } else if (action.equals(Intent.ACTION_USER_ADDED)) {
1847 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
/frameworks/base/api/
Dsystem-current.txt1588 field public static final String ACTION_USER_ADDED = "android.intent.action.USER_ADDED";
/frameworks/base/non-updatable-api/
Dsystem-current.txt1588 field public static final String ACTION_USER_ADDED = "android.intent.action.USER_ADDED";
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2435 Landroid/app/admin/DeviceAdminReceiver;->ACTION_USER_ADDED:Ljava/lang/String;
13446 Landroid/content/Intent;->ACTION_USER_ADDED:Ljava/lang/String;