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

/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java82 case Intent.ACTION_USER_ADDED:
137 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java87 if (Intent.ACTION_USER_ADDED.equals(action)) {
106 intentFilter.addAction(Intent.ACTION_USER_ADDED);
H A DVpn.java159 if (Intent.ACTION_USER_ADDED.equals(action)) {
168 intentFilter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java104 filter.addAction(Intent.ACTION_USER_ADDED);
348 } else if (Intent.ACTION_USER_ADDED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java93 filter.addAction(Intent.ACTION_USER_ADDED);
114 if (Intent.ACTION_USER_ADDED.equals(intent.getAction())) {
H A DTextServicesManagerService.java98 broadcastFilter.addAction(Intent.ACTION_USER_ADDED);
209 if (Intent.ACTION_USER_ADDED.equals(action)
H A DInputMethodManagerService.java504 } else if (Intent.ACTION_USER_ADDED.equals(action)
805 broadcastFilter.addAction(Intent.ACTION_USER_ADDED);
H A DMountService.java679 if (Intent.ACTION_USER_ADDED.equals(action)) {
1415 userFilter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java913 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
948 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1004 userFilter.addAction(Intent.ACTION_USER_ADDED);
1053 } else if (Intent.ACTION_USER_ADDED.equals(actionStr)) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java28 import static android.content.Intent.ACTION_USER_ADDED;
501 userFilter.addAction(ACTION_USER_ADDED);
627 case ACTION_USER_ADDED:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java384 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
652 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java788 } else if (action.equals(Intent.ACTION_USER_ADDED)) {
953 filter.addAction(Intent.ACTION_USER_ADDED);
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java1304 Intent addedIntent = new Intent(Intent.ACTION_USER_ADDED);
/frameworks/base/core/java/android/content/
H A DIntent.java2705 public static final String ACTION_USER_ADDED = field in class:Intent
3715 * switching of users and managed profiles - {@link #ACTION_USER_ADDED},

Completed in 871 milliseconds