Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java342 public static final String ACTION_USER_ADDED = "android.app.action.USER_ADDED"; field in DeviceAdminReceiver
1237 } else if (ACTION_USER_ADDED.equals(action)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java213 } else if (Objects.equals(action, Intent.ACTION_USER_ADDED)){
417 filter.addAction(Intent.ACTION_USER_ADDED); in init()
/frameworks/base/services/core/java/com/android/server/
DVpnManagerService.java691 intentFilter.addAction(Intent.ACTION_USER_ADDED); in registerReceivers()
748 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
DStorageManagerService.java871 if (Intent.ACTION_USER_ADDED.equals(action)) {
2006 userFilter.addAction(Intent.ACTION_USER_ADDED); in StorageManagerService()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerService.java21 import static android.content.Intent.ACTION_USER_ADDED;
288 userFilter.addAction(ACTION_USER_ADDED); in OverlayManagerService()
557 case ACTION_USER_ADDED: in onReceive()
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java285 userIntentFilter.addAction(Intent.ACTION_USER_ADDED); in RollbackManagerServiceImpl()
292 if (Intent.ACTION_USER_ADDED.equals(intent.getAction())) { in RollbackManagerServiceImpl()
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java587 case Intent.ACTION_USER_ADDED:
1043 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java288 filter.addAction(Intent.ACTION_USER_ADDED); in registerBroadcastListeners()
1610 } else if (action.equals(Intent.ACTION_USER_ADDED)
DNotificationManagerService.java2060 } else if (action.equals(Intent.ACTION_USER_ADDED)) {
2588 filter.addAction(Intent.ACTION_USER_ADDED); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
DUserSwitcherInteractor.kt333 addAction(Intent.ACTION_USER_ADDED) in <lambda>()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1528 userFilter.addAction(Intent.ACTION_USER_ADDED); in registerReceiver()
1579 } else if (Intent.ACTION_USER_ADDED.equals(actionStr)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java2260 } else if (Intent.ACTION_USER_ADDED.equals(action) || Intent.ACTION_USER_STARTED.equals(
2297 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/
DLowPowerStandbyControllerTest.java725 intent = new Intent(Intent.ACTION_USER_ADDED); in testUsersChanged_packagesExemptForNewUser()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java881 final Intent intent = new Intent(Intent.ACTION_USER_ADDED); in testNewUserAdded()
/frameworks/base/services/core/java/com/android/server/power/
DLowPowerStandbyController.java744 userFilter.addAction(Intent.ACTION_USER_ADDED); in registerListeners()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java40 import static android.content.Intent.ACTION_USER_ADDED;
1171 userFilter.addAction(ACTION_USER_ADDED); in initService()
1434 case ACTION_USER_ADDED:
1442 if (action == ACTION_USER_ADDED) {
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java673 filter.addAction(Intent.ACTION_USER_ADDED); in LockSettingsService()
912 if (Intent.ACTION_USER_ADDED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java402 case Intent.ACTION_USER_ADDED: {
3420 userFilter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java992 userFilter.addAction(Intent.ACTION_USER_ADDED); in registerBroadcastReceivers()
1008 case Intent.ACTION_USER_ADDED -> { in registerBroadcastReceivers()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerService.java1497 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
2797 userFilter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java2770 Intent.ACTION_USER_ADDED, in testAvalancheStrategyTriggers_nonAvalancheIntents()
/frameworks/base/core/java/android/content/
DIntent.java4029 public static final String ACTION_USER_ADDED = field in Intent
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java5843 Intent addedIntent = new Intent(Intent.ACTION_USER_ADDED);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1173 if (Intent.ACTION_USER_ADDED.equals(action)) {
1174 sendDeviceOwnerUserCommand(DeviceAdminReceiver.ACTION_USER_ADDED, userHandle);
2146 filter.addAction(Intent.ACTION_USER_ADDED); in DevicePolicyManagerService()
/frameworks/base/core/api/
Dsystem-current.txt3885 field public static final String ACTION_USER_ADDED = "android.intent.action.USER_ADDED";

12