/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraServiceProxy.java | 152 case Intent.ACTION_USER_ADDED: 232 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
|
/frameworks/base/core/java/android/app/admin/ |
D | DeviceAdminReceiver.java | 336 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/ |
D | NotificationLockscreenUserManagerImpl.java | 125 } 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/ |
D | OverlayManagerService.java | 23 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/ |
D | RollbackManagerServiceImpl.java | 234 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/ |
D | TrustManagerService.java | 1440 } 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/ |
D | ApplicationsState.java | 1421 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/ |
D | UserSwitcherController.java | 123 filter.addAction(Intent.ACTION_USER_ADDED); in UserSwitcherController()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 28 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/ |
D | LockSettingsService.java | 455 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/ |
D | StorageManagerService.java | 720 if (Intent.ACTION_USER_ADDED.equals(action)) { 1545 userFilter.addAction(Intent.ACTION_USER_ADDED); in StorageManagerService()
|
D | ConnectivityService.java | 979 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/ |
D | InputMethodManagerService.java | 1010 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/ |
D | UserManagerService.java | 2811 Intent addedIntent = new Intent(Intent.ACTION_USER_ADDED); in createUserInternalUnchecked()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 3525 public static final String ACTION_USER_ADDED = field in Intent
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 1341 } 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/ |
D | DevicePolicyManagerService.java | 793 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/ |
D | system-current.txt | 1419 field public static final String ACTION_USER_ADDED = "android.intent.action.USER_ADDED";
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 2674 Landroid/app/admin/DeviceAdminReceiver;->ACTION_USER_ADDED:Ljava/lang/String; 14349 Landroid/content/Intent;->ACTION_USER_ADDED:Ljava/lang/String;
|