/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraService.java | 83 case Intent.ACTION_USER_REMOVED: 138 filter.addAction(Intent.ACTION_USER_REMOVED); in onStart()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | PermissionMonitor.java | 89 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in PermissionMonitor() 107 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in startMonitoring()
|
D | Vpn.java | 161 } 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/ |
D | ClipboardService.java | 113 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/ |
D | UserManagerTest.java | 42 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_REMOVED); in setUp()
|
/frameworks/base/services/core/java/com/android/server/search/ |
D | SearchManagerService.java | 82 new IntentFilter(Intent.ACTION_USER_REMOVED)); in SearchManagerService()
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobSchedulerService.java | 159 } 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/ |
D | LockSettingsService.java | 95 filter.addAction(Intent.ACTION_USER_REMOVED); in LockSettingsService() 125 } else if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
|
D | TextServicesManagerService.java | 99 broadcastFilter.addAction(Intent.ACTION_USER_REMOVED); in TextServicesManagerService() 210 || Intent.ACTION_USER_REMOVED.equals(action)) { in onReceive()
|
D | MountService.java | 683 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { 1416 userFilter.addAction(Intent.ACTION_USER_REMOVED); in MountService()
|
D | TelephonyRegistry.java | 348 filter.addAction(Intent.ACTION_USER_REMOVED); in systemRunning()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustManagerService.java | 918 } 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/ |
D | NetworkStatsService.java | 26 import static android.content.Intent.ACTION_USER_REMOVED; 327 final IntentFilter userFilter = new IntentFilter(ACTION_USER_REMOVED); in systemReady()
|
D | NetworkPolicyManagerService.java | 29 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/ |
D | ApplicationsState.java | 1005 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/ |
D | UsageStatsService.java | 175 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/ |
D | WallpaperManagerService.java | 512 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/ |
D | UserSwitcherController.java | 105 filter.addAction(Intent.ACTION_USER_REMOVED); in UserSwitcherController()
|
/frameworks/base/core/java/android/content/pm/ |
D | RegisteredServicesCache.java | 167 sdFilter.addAction(Intent.ACTION_USER_REMOVED); in RegisteredServicesCache()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 1413 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/ |
D | SettingsProvider.java | 543 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/ |
D | TvInputManagerService.java | 264 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/ |
D | SyncManager.java | 393 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/ |
D | AccessibilityManagerService.java | 351 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/ |
D | NotificationManagerService.java | 790 } else if (action.equals(Intent.ACTION_USER_REMOVED)) { 954 filter.addAction(Intent.ACTION_USER_REMOVED); in onStart()
|