/frameworks/base/services/core/java/com/android/server/webkit/ |
D | WebViewUpdateService.java | 98 case Intent.ACTION_USER_REMOVED: in onStart() 119 userAddedFilter.addAction(Intent.ACTION_USER_REMOVED); in onStart()
|
/frameworks/base/core/java/android/app/admin/ |
D | DeviceAdminReceiver.java | 346 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/ |
D | CameraServiceProxy.java | 175 case Intent.ACTION_USER_REMOVED: 259 filter.addAction(Intent.ACTION_USER_REMOVED); in onStart()
|
/frameworks/base/services/core/java/com/android/server/appbinding/ |
D | AppBindingService.java | 190 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/ |
D | BackupManagerService.java | 100 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/ |
D | OverlayManagerService.java | 24 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/ |
D | UserManagerTest.java | 72 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/ |
D | RoleManagerService.java | 167 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/ |
D | AppStateTracker.java | 449 filter.addAction(Intent.ACTION_USER_REMOVED); in onSystemServicesReady() 681 if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) { in onReceive()
|
D | StorageManagerService.java | 724 } 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/ |
D | TrustManagerService.java | 1446 } 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/ |
D | UsageStatsService.java | 234 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/ |
D | ApplicationsState.java | 1422 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/ |
D | RegisteredServicesCache.java | 175 sdFilter.addAction(Intent.ACTION_USER_REMOVED); in RegisteredServicesCache()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | UserSwitcherController.java | 124 filter.addAction(Intent.ACTION_USER_REMOVED); in UserSwitcherController()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsService.java | 25 import static android.content.Intent.ACTION_USER_REMOVED; 540 final IntentFilter userFilter = new IntentFilter(ACTION_USER_REMOVED);
|
D | NetworkPolicyManagerService.java | 32 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/ |
D | WifiServiceImplTest.java | 3316 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/ |
D | TvInputManagerService.java | 245 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/ |
D | WifiServiceImpl.java | 2667 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/ |
D | LockSettingsService.java | 480 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/ |
D | JobSchedulerService.java | 875 } 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/ |
D | WallpaperManagerService.java | 1715 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/ |
D | AppStateTrackerTest.java | 1127 final Intent intent = new Intent(Intent.ACTION_USER_REMOVED); in testUserRemoved()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 495 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerBroadcastReceivers() 507 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { in registerBroadcastReceivers()
|