Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateService.java98 case Intent.ACTION_USER_REMOVED: in onStart()
119 userAddedFilter.addAction(Intent.ACTION_USER_REMOVED); in onStart()
/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java346 public static final String ACTION_USER_REMOVED = "android.app.action.USER_REMOVED"; field in DeviceAdminReceiver
1080 } else if (ACTION_USER_REMOVED.equals(action)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java175 case Intent.ACTION_USER_REMOVED:
259 filter.addAction(Intent.ACTION_USER_REMOVED); in onStart()
/frameworks/base/services/core/java/com/android/server/appbinding/
DAppBindingService.java190 userFilter.addAction(Intent.ACTION_USER_REMOVED); in onPhaseActivityManagerReady()
237 if (Intent.ACTION_USER_REMOVED.equals(action)) {
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java100 if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
124 new IntentFilter(Intent.ACTION_USER_REMOVED)); in BackupManagerService()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerService.java24 import static android.content.Intent.ACTION_USER_REMOVED;
257 userFilter.addAction(ACTION_USER_REMOVED); in OverlayManagerService()
504 case ACTION_USER_REMOVED: in onReceive()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java72 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_REMOVED); in setUp()
78 case Intent.ACTION_USER_REMOVED: in setUp()
/frameworks/base/services/core/java/com/android/server/role/
DRoleManagerService.java167 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerUserRemovedReceiver()
171 if (TextUtils.equals(intent.getAction(), Intent.ACTION_USER_REMOVED)) { in registerUserRemovedReceiver()
/frameworks/base/services/core/java/com/android/server/
DAppStateTracker.java449 filter.addAction(Intent.ACTION_USER_REMOVED); in onSystemServicesReady()
681 if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) { in onReceive()
DStorageManagerService.java724 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
1546 userFilter.addAction(Intent.ACTION_USER_REMOVED); in StorageManagerService()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1446 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in onReceive()
1481 filter.addAction(Intent.ACTION_USER_REMOVED); in register()
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java234 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_REMOVED); in onStart()
297 if (Intent.ACTION_USER_REMOVED.equals(action)) { in onReceive()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1422 userFilter.addAction(Intent.ACTION_USER_REMOVED); in registerReceiver()
1474 } else if (Intent.ACTION_USER_REMOVED.equals(actionStr)) { in onReceive()
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java175 sdFilter.addAction(Intent.ACTION_USER_REMOVED); in RegisteredServicesCache()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java124 filter.addAction(Intent.ACTION_USER_REMOVED); in UserSwitcherController()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java25 import static android.content.Intent.ACTION_USER_REMOVED;
540 final IntentFilter userFilter = new IntentFilter(ACTION_USER_REMOVED);
DNetworkPolicyManagerService.java32 import static android.content.Intent.ACTION_USER_REMOVED;
844 userFilter.addAction(ACTION_USER_REMOVED); in initService()
998 case ACTION_USER_REMOVED:
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java3316 filter.hasAction(Intent.ACTION_USER_REMOVED))); in testUserRemovedBroadcastHandling()
3320 Intent intent = new Intent(Intent.ACTION_USER_REMOVED); in testUserRemovedBroadcastHandling()
3332 filter.hasAction(Intent.ACTION_USER_REMOVED))); in testUserRemovedBroadcastHandlingWithWrongIntentAction()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java245 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerBroadcastReceivers()
252 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in registerBroadcastReceivers()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2667 if (action.equals(Intent.ACTION_USER_REMOVED)) {
2708 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerForBroadcasts()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java480 filter.addAction(Intent.ACTION_USER_REMOVED); in LockSettingsService()
684 } else if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerService.java875 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
1421 final IntentFilter userFilter = new IntentFilter(Intent.ACTION_USER_REMOVED); in onBootPhase()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java1715 userFilter.addAction(Intent.ACTION_USER_REMOVED); in systemReady()
1720 if (Intent.ACTION_USER_REMOVED.equals(action)) { in systemReady()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DAppStateTrackerTest.java1127 final Intent intent = new Intent(Intent.ACTION_USER_REMOVED); in testUserRemoved()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java495 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerBroadcastReceivers()
507 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in registerBroadcastReceivers()

12