/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 1078 } else if (ACTION_USER_ADDED.equals(action)) { in onReceive()
|
/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraServiceProxy.java | 174 case Intent.ACTION_USER_ADDED: 258 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 129 } 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/ |
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 | 228 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/ |
D | TrustManagerService.java | 1440 } 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/ |
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 | 31 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/ |
D | LockSettingsService.java | 478 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/ |
D | StorageManagerService.java | 720 if (Intent.ACTION_USER_ADDED.equals(action)) { 1545 userFilter.addAction(Intent.ACTION_USER_ADDED); in StorageManagerService()
|
D | ConnectivityService.java | 1112 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/ |
D | InputMethodManagerService.java | 1010 if (Intent.ACTION_USER_ADDED.equals(action) in onReceive() 1632 broadcastFilterForSystemUser.addAction(Intent.ACTION_USER_ADDED); in systemRunning()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 3543 public static final String ACTION_USER_ADDED = field in Intent
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 3001 Intent addedIntent = new Intent(Intent.ACTION_USER_ADDED); in dispatchUserAddedIntent()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 797 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/ |
D | NotificationManagerService.java | 1354 } else if (action.equals(Intent.ACTION_USER_ADDED)) { 1847 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
|
/frameworks/base/api/ |
D | system-current.txt | 1588 field public static final String ACTION_USER_ADDED = "android.intent.action.USER_ADDED";
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 1588 field public static final String ACTION_USER_ADDED = "android.intent.action.USER_ADDED";
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 2435 Landroid/app/admin/DeviceAdminReceiver;->ACTION_USER_ADDED:Ljava/lang/String; 13446 Landroid/content/Intent;->ACTION_USER_ADDED:Ljava/lang/String;
|