/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserRemovalWaiter.java | 51 mContext.registerReceiver(this, new IntentFilter(Intent.ACTION_USER_REMOVED)); in UserRemovalWaiter() 61 if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) { in onReceive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | UserFileManagerImpl.kt | 97 if (intent.action == Intent.ACTION_USER_REMOVED) { in <lambda>() 106 val filter = IntentFilter().apply { addAction(Intent.ACTION_USER_REMOVED) } in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | AuthenticationStatsCollector.java | 74 && intent.getAction().equals(Intent.ACTION_USER_REMOVED)) { 101 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in AuthenticationStatsCollector()
|
/frameworks/base/services/core/java/com/android/server/webkit/ |
D | WebViewUpdateService.java | 116 case Intent.ACTION_USER_REMOVED: in onStart() 137 userAddedFilter.addAction(Intent.ACTION_USER_REMOVED); in onStart()
|
/frameworks/base/packages/SystemUI/docs/ |
D | user-file-manager.md | 30 This class will listen for Intent.ACTION_USER_REMOVED and remove directories that no longer
|
/frameworks/base/services/core/java/com/android/server/utils/quota/ |
D | QuotaTracker.java | 137 case Intent.ACTION_USER_REMOVED: 173 final IntentFilter userFilter = new IntentFilter(Intent.ACTION_USER_REMOVED); in QuotaTracker()
|
/frameworks/base/services/core/java/com/android/server/appbinding/ |
D | AppBindingService.java | 192 userFilter.addAction(Intent.ACTION_USER_REMOVED); in onPhaseActivityManagerReady() 239 if (Intent.ACTION_USER_REMOVED.equals(action)) {
|
/frameworks/base/core/java/android/app/admin/ |
D | DeviceAdminReceiver.java | 352 public static final String ACTION_USER_REMOVED = "android.app.action.USER_REMOVED"; field in DeviceAdminReceiver 1239 } else if (ACTION_USER_REMOVED.equals(action)) { in onReceive()
|
/frameworks/base/services/core/java/com/android/server/locales/ |
D | LocaleManagerBackupHelper.java | 134 filter.addAction(Intent.ACTION_USER_REMOVED); in LocaleManagerBackupHelper() 533 if (action.equals(Intent.ACTION_USER_REMOVED)) { in onReceive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 205 if (Objects.equals(action, Intent.ACTION_USER_REMOVED)) { 418 filter.addAction(Intent.ACTION_USER_REMOVED); in init()
|
/frameworks/base/services/core/java/com/android/server/ |
D | VpnManagerService.java | 692 intentFilter.addAction(Intent.ACTION_USER_REMOVED); in registerReceivers() 750 } else if (Intent.ACTION_USER_REMOVED.equals(action)) {
|
/frameworks/base/services/core/java/com/android/server/om/ |
D | OverlayManagerService.java | 22 import static android.content.Intent.ACTION_USER_REMOVED; 289 userFilter.addAction(ACTION_USER_REMOVED); in OverlayManagerService() 573 case ACTION_USER_REMOVED: in onReceive()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/ |
D | AppStateTrackerImpl.java | 449 case Intent.ACTION_USER_REMOVED: 518 filter.addAction(Intent.ACTION_USER_REMOVED); in onSystemServicesReady()
|
/frameworks/base/services/core/java/com/android/server/os/ |
D | NativeTombstoneManager.java | 261 filter.addAction(Intent.ACTION_USER_REMOVED); in registerForUserRemoval()
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | RollbackManagerServiceImpl.java | 286 userIntentFilter.addAction(Intent.ACTION_USER_REMOVED); in RollbackManagerServiceImpl() 298 } else if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) { in RollbackManagerServiceImpl()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 149 if (Intent.ACTION_USER_REMOVED.equals(intent.getAction())) { 186 mUserRemovedReceiver, new IntentFilter(Intent.ACTION_USER_REMOVED)); in BackupManagerService()
|
/frameworks/base/services/core/java/com/android/server/camera/ |
D | CameraServiceProxy.java | 588 case Intent.ACTION_USER_REMOVED: 1044 filter.addAction(Intent.ACTION_USER_REMOVED); in onStart()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationAttentionHelper.java | 289 filter.addAction(Intent.ACTION_USER_REMOVED); in registerBroadcastListeners() 1611 || action.equals(Intent.ACTION_USER_REMOVED)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
D | UserSwitcherInteractor.kt | 334 addAction(Intent.ACTION_USER_REMOVED) in <lambda>()
|
/frameworks/base/core/java/android/content/pm/ |
D | RegisteredServicesCache.java | 185 userFilter.addAction(Intent.ACTION_USER_REMOVED); in RegisteredServicesCache()
|
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
D | BlobStoreManagerService.java | 258 userActionFilter.addAction(Intent.ACTION_USER_REMOVED); in registerReceivers() 1435 case Intent.ACTION_USER_REMOVED: in onReceive()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
D | ApplicationsState.java | 1529 userFilter.addAction(Intent.ACTION_USER_REMOVED); in registerReceiver() 1581 } else if (Intent.ACTION_USER_REMOVED.equals(actionStr)) { in onReceive()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustManagerService.java | 2266 } else if (Intent.ACTION_USER_REMOVED.equals(action)) { 2298 filter.addAction(Intent.ACTION_USER_REMOVED);
|
/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/ |
D | LowPowerStandbyControllerTest.java | 713 Intent intent = new Intent(Intent.ACTION_USER_REMOVED); in testUsersChanged_packagesExemptForNewUser()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/ |
D | CountQuotaTrackerTest.java | 298 Intent removal = new Intent(Intent.ACTION_USER_REMOVED); in testUserRemoval()
|