Home
last modified time | relevance | path

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

123

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserRemovalWaiter.java51 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/
DUserFileManagerImpl.kt97 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/
DAuthenticationStatsCollector.java74 && 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/
DWebViewUpdateService.java116 case Intent.ACTION_USER_REMOVED: in onStart()
137 userAddedFilter.addAction(Intent.ACTION_USER_REMOVED); in onStart()
/frameworks/base/packages/SystemUI/docs/
Duser-file-manager.md30 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/
DQuotaTracker.java137 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/
DAppBindingService.java192 userFilter.addAction(Intent.ACTION_USER_REMOVED); in onPhaseActivityManagerReady()
239 if (Intent.ACTION_USER_REMOVED.equals(action)) {
/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java352 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/
DLocaleManagerBackupHelper.java134 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/
DNotificationLockscreenUserManagerImpl.java205 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/
DVpnManagerService.java692 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/
DOverlayManagerService.java22 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/
DAppStateTrackerImpl.java449 case Intent.ACTION_USER_REMOVED:
518 filter.addAction(Intent.ACTION_USER_REMOVED); in onSystemServicesReady()
/frameworks/base/services/core/java/com/android/server/os/
DNativeTombstoneManager.java261 filter.addAction(Intent.ACTION_USER_REMOVED); in registerForUserRemoval()
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java286 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/
DBackupManagerService.java149 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/
DCameraServiceProxy.java588 case Intent.ACTION_USER_REMOVED:
1044 filter.addAction(Intent.ACTION_USER_REMOVED); in onStart()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java289 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/
DUserSwitcherInteractor.kt334 addAction(Intent.ACTION_USER_REMOVED) in <lambda>()
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java185 userFilter.addAction(Intent.ACTION_USER_REMOVED); in RegisteredServicesCache()
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreManagerService.java258 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/
DApplicationsState.java1529 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/
DTrustManagerService.java2266 } 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/
DLowPowerStandbyControllerTest.java713 Intent intent = new Intent(Intent.ACTION_USER_REMOVED); in testUsersChanged_packagesExemptForNewUser()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
DCountQuotaTrackerTest.java298 Intent removal = new Intent(Intent.ACTION_USER_REMOVED); in testUserRemoval()

123