Searched refs:ACTION_USER_ADDED (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminReceiver.java336 public static final String ACTION_USER_ADDED = "android.app.action.USER_ADDED"; field in class:DeviceAdminReceiver
1057 } else if (ACTION_USER_ADDED.equals(action)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java106 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
226 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java147 case Intent.ACTION_USER_ADDED:
227 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java92 if (Intent.ACTION_USER_ADDED.equals(action)) {
111 intentFilter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DUserManagerHelper.java457 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerService.java23 import static android.content.Intent.ACTION_USER_ADDED;
250 userFilter.addAction(ACTION_USER_ADDED);
457 case ACTION_USER_ADDED:
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
H A DUserManagerHelperTest.java307 assertThat(filterCaptor.getValue().hasAction(Intent.ACTION_USER_ADDED)).isTrue();
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java1174 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
1213 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1246 userFilter.addAction(Intent.ACTION_USER_ADDED);
1295 } else if (Intent.ACTION_USER_ADDED.equals(actionStr)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java120 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java28 import static android.content.Intent.ACTION_USER_ADDED;
821 userFilter.addAction(ACTION_USER_ADDED);
975 case ACTION_USER_ADDED:
983 if (action == ACTION_USER_ADDED) {
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java691 if (Intent.ACTION_USER_ADDED.equals(action)) {
1431 userFilter.addAction(Intent.ACTION_USER_ADDED);
H A DConnectivityService.java874 intentFilter.addAction(Intent.ACTION_USER_ADDED);
4161 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
H A DInputMethodManagerService.java916 } else if (Intent.ACTION_USER_ADDED.equals(action)
1538 broadcastFilter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java428 filter.addAction(Intent.ACTION_USER_ADDED);
627 if (Intent.ACTION_USER_ADDED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1143 } else if (action.equals(Intent.ACTION_USER_ADDED)) {
1529 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/core/java/android/content/
H A DIntent.java3175 public static final String ACTION_USER_ADDED = field in class:Intent
5020 * switching of users and managed profiles - {@link #ACTION_USER_ADDED},
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java2731 Intent addedIntent = new Intent(Intent.ACTION_USER_ADDED);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java730 if (Intent.ACTION_USER_ADDED.equals(action)) {
731 sendDeviceOwnerUserCommand(DeviceAdminReceiver.ACTION_USER_ADDED, userHandle);
2146 filter.addAction(Intent.ACTION_USER_ADDED);

Completed in 536 milliseconds