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

/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java101 case Intent.ACTION_USER_ADDED:
167 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java92 case Intent.ACTION_USER_ADDED:
112 userAddedFilter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java88 if (Intent.ACTION_USER_ADDED.equals(action)) {
107 intentFilter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java963 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
996 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1042 userFilter.addAction(Intent.ACTION_USER_ADDED);
1091 } else if (Intent.ACTION_USER_ADDED.equals(actionStr)) {
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java156 broadcastFilter.addAction(Intent.ACTION_USER_ADDED);
243 if (Intent.ACTION_USER_ADDED.equals(action)
H A DLockSettingsService.java271 filter.addAction(Intent.ACTION_USER_ADDED);
414 if (Intent.ACTION_USER_ADDED.equals(intent.getAction())) {
H A DInputMethodManagerService.java568 } else if (Intent.ACTION_USER_ADDED.equals(action)
893 broadcastFilter.addAction(Intent.ACTION_USER_ADDED);
H A DMountService.java733 if (Intent.ACTION_USER_ADDED.equals(action)) {
1539 userFilter.addAction(Intent.ACTION_USER_ADDED);
H A DConnectivityService.java826 intentFilter.addAction(Intent.ACTION_USER_ADDED);
3972 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java118 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;
648 userFilter.addAction(ACTION_USER_ADDED);
783 case ACTION_USER_ADDED:
788 if (action == ACTION_USER_ADDED) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java519 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
808 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java807 } else if (action.equals(Intent.ACTION_USER_ADDED)) {
1043 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/core/java/android/content/
H A DIntent.java2886 public static final String ACTION_USER_ADDED = field in class:Intent
4077 * switching of users and managed profiles - {@link #ACTION_USER_ADDED},
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java2321 Intent addedIntent = new Intent(Intent.ACTION_USER_ADDED);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java505 if (Intent.ACTION_USER_ADDED.equals(action)) {
1625 filter.addAction(Intent.ACTION_USER_ADDED);

Completed in 787 milliseconds