/frameworks/base/core/java/android/app/admin/ |
D | DeviceAdminReceiver.java | 342 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/ |
D | NotificationLockscreenUserManagerImpl.java | 213 } 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/ |
D | VpnManagerService.java | 691 intentFilter.addAction(Intent.ACTION_USER_ADDED); in registerReceivers() 748 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
|
D | StorageManagerService.java | 871 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/ |
D | OverlayManagerService.java | 21 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/ |
D | RollbackManagerServiceImpl.java | 285 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/ |
D | CameraServiceProxy.java | 587 case Intent.ACTION_USER_ADDED: 1043 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationAttentionHelper.java | 288 filter.addAction(Intent.ACTION_USER_ADDED); in registerBroadcastListeners() 1610 } else if (action.equals(Intent.ACTION_USER_ADDED)
|
D | NotificationManagerService.java | 2060 } 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/ |
D | UserSwitcherInteractor.kt | 333 addAction(Intent.ACTION_USER_ADDED) in <lambda>()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | ApplicationsState.java | 1528 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/ |
D | TrustManagerService.java | 2260 } 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/ |
D | LowPowerStandbyControllerTest.java | 725 intent = new Intent(Intent.ACTION_USER_ADDED); in testUsersChanged_packagesExemptForNewUser()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerTest.java | 881 final Intent intent = new Intent(Intent.ACTION_USER_ADDED); in testNewUserAdded()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | LowPowerStandbyController.java | 744 userFilter.addAction(Intent.ACTION_USER_ADDED); in registerListeners()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 40 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/ |
D | LockSettingsService.java | 673 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/ |
D | AppRestrictionController.java | 402 case Intent.ACTION_USER_ADDED: { 3420 userFilter.addAction(Intent.ACTION_USER_ADDED);
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 992 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/ |
D | JobSchedulerService.java | 1497 } 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/ |
D | NotificationAttentionHelperTest.java | 2770 Intent.ACTION_USER_ADDED, in testAvalancheStrategyTriggers_nonAvalancheIntents()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 4029 public static final String ACTION_USER_ADDED = field in Intent
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 5843 Intent addedIntent = new Intent(Intent.ACTION_USER_ADDED);
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 1173 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/ |
D | system-current.txt | 3885 field public static final String ACTION_USER_ADDED = "android.intent.action.USER_ADDED";
|