Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/camera/
DCameraService.java102 case Intent.ACTION_USER_REMOVED:
168 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()
/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.java47 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_REMOVED); in setUp()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java967 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in onReceive()
996 filter.addAction(Intent.ACTION_USER_REMOVED); in register()
/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java157 broadcastFilter.addAction(Intent.ACTION_USER_REMOVED); in TextServicesManagerService()
244 || Intent.ACTION_USER_REMOVED.equals(action)) { in onReceive()
DLockSettingsService.java272 filter.addAction(Intent.ACTION_USER_REMOVED); in LockSettingsService()
436 } else if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
DMountService.java737 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
1527 userFilter.addAction(Intent.ACTION_USER_REMOVED); in MountService()
DTelephonyRegistry.java346 filter.addAction(Intent.ACTION_USER_REMOVED); in systemRunning()
DInputMethodManagerService.java565 || Intent.ACTION_USER_REMOVED.equals(action)) { in onReceive()
890 broadcastFilter.addAction(Intent.ACTION_USER_REMOVED); in InputMethodManagerService()
DConnectivityService.java759 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in ConnectivityService()
3766 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java26 import static android.content.Intent.ACTION_USER_REMOVED;
347 final IntentFilter userFilter = new IntentFilter(ACTION_USER_REMOVED); in systemReady()
DNetworkPolicyManagerService.java29 import static android.content.Intent.ACTION_USER_REMOVED;
621 userFilter.addAction(ACTION_USER_REMOVED); in systemReady()
751 case ACTION_USER_REMOVED:
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java177 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_REMOVED); in onStart()
254 if (Intent.ACTION_USER_REMOVED.equals(action)) { in onReceive()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1037 userFilter.addAction(Intent.ACTION_USER_REMOVED); in registerReceiver()
1087 } else if (Intent.ACTION_USER_REMOVED.equals(actionStr)) { in onReceive()
/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.java1427 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerForPackageOrUserRemoval()
1445 case Intent.ACTION_USER_REMOVED: { in registerForPackageOrUserRemoval()
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerService.java446 } else if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
760 final IntentFilter userFilter = new IntentFilter(Intent.ACTION_USER_REMOVED); in onBootPhase()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java119 filter.addAction(Intent.ACTION_USER_REMOVED); in UserSwitcherController()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java600 userFilter.addAction(Intent.ACTION_USER_REMOVED); in registerBroadcastReceivers()
610 case Intent.ACTION_USER_REMOVED: { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java885 userFilter.addAction(Intent.ACTION_USER_REMOVED); in systemReady()
890 if (Intent.ACTION_USER_REMOVED.equals(action)) { in systemReady()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java280 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerBroadcastReceivers()
287 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java395 if (Intent.ACTION_USER_REMOVED.equals(action)) {
551 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in SyncManager()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java359 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerBroadcastReceivers()
371 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java804 } else if (action.equals(Intent.ACTION_USER_REMOVED)) {
1026 filter.addAction(Intent.ACTION_USER_REMOVED); in onStart()

12