Home
last modified time | relevance | path

Searched refs:ACTION_USER_REMOVED (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/camera/
DCameraService.java83 case Intent.ACTION_USER_REMOVED:
138 filter.addAction(Intent.ACTION_USER_REMOVED); in onStart()
/frameworks/base/services/core/java/com/android/server/connectivity/
DPermissionMonitor.java89 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in PermissionMonitor()
107 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in startMonitoring()
DVpn.java161 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in Vpn()
169 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in Vpn()
/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java113 userFilter.addAction(Intent.ACTION_USER_REMOVED); in ClipboardService()
118 if (Intent.ACTION_USER_REMOVED.equals(action)) { in ClipboardService()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java42 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_REMOVED); in setUp()
/frameworks/base/services/core/java/com/android/server/search/
DSearchManagerService.java82 new IntentFilter(Intent.ACTION_USER_REMOVED)); in SearchManagerService()
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerService.java159 } else if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
341 final IntentFilter userFilter = new IntentFilter(Intent.ACTION_USER_REMOVED); in onBootPhase()
/frameworks/base/services/core/java/com/android/server/
DLockSettingsService.java95 filter.addAction(Intent.ACTION_USER_REMOVED); in LockSettingsService()
125 } else if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
DTextServicesManagerService.java99 broadcastFilter.addAction(Intent.ACTION_USER_REMOVED); in TextServicesManagerService()
210 || Intent.ACTION_USER_REMOVED.equals(action)) { in onReceive()
DMountService.java683 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
1416 userFilter.addAction(Intent.ACTION_USER_REMOVED); in MountService()
DTelephonyRegistry.java348 filter.addAction(Intent.ACTION_USER_REMOVED); in systemRunning()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java918 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in onReceive()
949 filter.addAction(Intent.ACTION_USER_REMOVED); in register()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java26 import static android.content.Intent.ACTION_USER_REMOVED;
327 final IntentFilter userFilter = new IntentFilter(ACTION_USER_REMOVED); in systemReady()
DNetworkPolicyManagerService.java29 import static android.content.Intent.ACTION_USER_REMOVED;
502 userFilter.addAction(ACTION_USER_REMOVED); in systemReady()
626 case ACTION_USER_REMOVED:
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1005 userFilter.addAction(Intent.ACTION_USER_REMOVED); in registerReceiver()
1055 } else if (Intent.ACTION_USER_REMOVED.equals(actionStr)) { in onReceive()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java175 IntentFilter userActions = new IntentFilter(Intent.ACTION_USER_REMOVED); in onStart()
235 if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) { in onReceive()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java512 userFilter.addAction(Intent.ACTION_USER_REMOVED); in systemRunning()
518 if (Intent.ACTION_USER_REMOVED.equals(action)) { in systemRunning()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java105 filter.addAction(Intent.ACTION_USER_REMOVED); in UserSwitcherController()
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java167 sdFilter.addAction(Intent.ACTION_USER_REMOVED); in RegisteredServicesCache()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1413 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerForPackageOrUserRemoval()
1431 case Intent.ACTION_USER_REMOVED: { in registerForPackageOrUserRemoval()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java543 userFilter.addAction(Intent.ACTION_USER_REMOVED); in registerBroadcastReceivers()
553 case Intent.ACTION_USER_REMOVED: { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java264 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerBroadcastReceivers()
271 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java393 if (Intent.ACTION_USER_REMOVED.equals(action)) {
488 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in SyncManager()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java351 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerBroadcastReceivers()
361 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java790 } else if (action.equals(Intent.ACTION_USER_REMOVED)) {
954 filter.addAction(Intent.ACTION_USER_REMOVED); in onStart()

12