Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateService.java92 case Intent.ACTION_USER_ADDED: in onStart()
112 userAddedFilter.addAction(Intent.ACTION_USER_ADDED); in onStart()
/frameworks/base/services/core/java/com/android/server/camera/
DCameraService.java101 case Intent.ACTION_USER_ADDED:
167 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
/frameworks/base/services/core/java/com/android/server/connectivity/
DPermissionMonitor.java88 if (Intent.ACTION_USER_ADDED.equals(action)) { in PermissionMonitor()
107 intentFilter.addAction(Intent.ACTION_USER_ADDED); in startMonitoring()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java963 } else if (Intent.ACTION_USER_ADDED.equals(action)) { in onReceive()
996 filter.addAction(Intent.ACTION_USER_ADDED); in register()
/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java156 broadcastFilter.addAction(Intent.ACTION_USER_ADDED); in TextServicesManagerService()
243 if (Intent.ACTION_USER_ADDED.equals(action) in onReceive()
DLockSettingsService.java282 filter.addAction(Intent.ACTION_USER_ADDED); in LockSettingsService()
425 if (Intent.ACTION_USER_ADDED.equals(intent.getAction())) {
DMountService.java733 if (Intent.ACTION_USER_ADDED.equals(action)) {
1539 userFilter.addAction(Intent.ACTION_USER_ADDED); in MountService()
DInputMethodManagerService.java568 } else if (Intent.ACTION_USER_ADDED.equals(action) in onReceive()
893 broadcastFilter.addAction(Intent.ACTION_USER_ADDED); in InputMethodManagerService()
DConnectivityService.java826 intentFilter.addAction(Intent.ACTION_USER_ADDED); in ConnectivityService()
3987 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1042 userFilter.addAction(Intent.ACTION_USER_ADDED); in registerReceiver()
1091 } else if (Intent.ACTION_USER_ADDED.equals(actionStr)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java28 import static android.content.Intent.ACTION_USER_ADDED;
648 userFilter.addAction(ACTION_USER_ADDED); in systemReady()
783 case ACTION_USER_ADDED:
788 if (action == ACTION_USER_ADDED) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java117 filter.addAction(Intent.ACTION_USER_ADDED); in UserSwitcherController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java524 } else if (Intent.ACTION_USER_ADDED.equals(action)) {
813 filter.addAction(Intent.ACTION_USER_ADDED); in start()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java805 } else if (action.equals(Intent.ACTION_USER_ADDED)) {
1041 filter.addAction(Intent.ACTION_USER_ADDED); in onStart()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java2346 Intent addedIntent = new Intent(Intent.ACTION_USER_ADDED); in createUserInternalUnchecked()
/frameworks/base/core/java/android/content/
DIntent.java2886 public static final String ACTION_USER_ADDED = field in Intent
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java533 if (Intent.ACTION_USER_ADDED.equals(action)) {
1691 filter.addAction(Intent.ACTION_USER_ADDED); in DevicePolicyManagerService()