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.java90 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in PermissionMonitor()
108 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.java49 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_REMOVED); in setUp()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java968 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in onReceive()
997 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.java284 filter.addAction(Intent.ACTION_USER_REMOVED); in LockSettingsService()
438 } else if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
DMountService.java737 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
1540 userFilter.addAction(Intent.ACTION_USER_REMOVED); in MountService()
DTelephonyRegistry.java346 filter.addAction(Intent.ACTION_USER_REMOVED); in systemRunning()
DInputMethodManagerService.java569 || Intent.ACTION_USER_REMOVED.equals(action)) { in onReceive()
894 broadcastFilter.addAction(Intent.ACTION_USER_REMOVED); in InputMethodManagerService()
DConnectivityService.java827 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in ConnectivityService()
3989 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
/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.java1043 userFilter.addAction(Intent.ACTION_USER_REMOVED); in registerReceiver()
1093 } else if (Intent.ACTION_USER_REMOVED.equals(actionStr)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java26 import static android.content.Intent.ACTION_USER_REMOVED;
354 final IntentFilter userFilter = new IntentFilter(ACTION_USER_REMOVED); in systemReady()
DNetworkPolicyManagerService.java29 import static android.content.Intent.ACTION_USER_REMOVED;
649 userFilter.addAction(ACTION_USER_REMOVED); in systemReady()
782 case ACTION_USER_REMOVED:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1504 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerForPackageOrUserRemoval()
1522 case Intent.ACTION_USER_REMOVED: { in registerForPackageOrUserRemoval()
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java169 sdFilter.addAction(Intent.ACTION_USER_REMOVED); in RegisteredServicesCache()
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerService.java461 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
821 final IntentFilter userFilter = new IntentFilter(Intent.ACTION_USER_REMOVED); in onBootPhase()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java118 filter.addAction(Intent.ACTION_USER_REMOVED); in UserSwitcherController()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java612 userFilter.addAction(Intent.ACTION_USER_REMOVED); in registerBroadcastReceivers()
622 case Intent.ACTION_USER_REMOVED: { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java932 userFilter.addAction(Intent.ACTION_USER_REMOVED); in systemReady()
937 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.java412 if (Intent.ACTION_USER_REMOVED.equals(action)) {
565 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in SyncManager()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java385 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerBroadcastReceivers()
397 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java807 } else if (action.equals(Intent.ACTION_USER_REMOVED)) {
1042 filter.addAction(Intent.ACTION_USER_REMOVED); in onStart()

12