Home
last modified time | relevance | path

Searched refs:ACTION_PACKAGE_REMOVED (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/gpu/
DGpuService.java21 import static android.content.Intent.ACTION_PACKAGE_REMOVED;
92 packageFilter.addAction(ACTION_PACKAGE_REMOVED); in GpuService()
178 case ACTION_PACKAGE_REMOVED: in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java89 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in TileServiceManager()
260 if (!Intent.ACTION_PACKAGE_REMOVED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateService.java71 case Intent.ACTION_PACKAGE_REMOVED: in onStart()
106 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in onStart()
/frameworks/base/services/core/java/com/android/server/security/
DKeyChainSystemService.java62 IntentFilter packageFilter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED); in onStart()
/frameworks/base/core/java/com/android/internal/content/
DPackageMonitor.java46 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED);
359 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DPhoneStateMonitor.java61 Intent.ACTION_PACKAGE_REMOVED
DAssistHandleReminderExpBehavior.java77 Intent.ACTION_PACKAGE_REMOVED
/frameworks/base/services/core/java/com/android/server/media/
DRemoteDisplayProviderWatcher.java80 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in start()
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteProviderWatcher.java74 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in start()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginManagerImpl.java192 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in startListening()
277 if (!Intent.ACTION_PACKAGE_REMOVED.equals(intent.getAction())) { in onReceive()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DServiceListing.java83 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in setListening()
DApplicationsState.java1410 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in registerReceiver()
1439 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(actionStr)) { in onReceive()
/frameworks/base/services/core/java/com/android/server/location/
DGnssVisibilityControl.java160 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in listenForProxyAppsPackageUpdates()
174 case Intent.ACTION_PACKAGE_REMOVED: in listenForProxyAppsPackageUpdates()
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerService.java22 import static android.content.Intent.ACTION_PACKAGE_REMOVED;
250 packageFilter.addAction(ACTION_PACKAGE_REMOVED); in OverlayManagerService()
363 case ACTION_PACKAGE_REMOVED: in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DPluginFragment.java62 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in onCreate()
/frameworks/base/services/core/java/com/android/server/slice/
DSliceManagerService.java121 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in SliceManagerService()
546 case Intent.ACTION_PACKAGE_REMOVED:
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java163 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in RegisteredServicesCache()
185 final boolean isRemoval = Intent.ACTION_PACKAGE_REMOVED.equals(action) in handlePackageEvent()
/frameworks/base/services/core/java/com/android/server/role/
DRoleManagerService.java189 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in onStart()
200 if (Intent.ACTION_PACKAGE_REMOVED.equals(intent.getAction()) in onStart()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java198 case Intent.ACTION_PACKAGE_REMOVED:
466 appChangedFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in ImsResolver()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java769 filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED); in ReplaceReceiver()
785 if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) { in notifyNow()
900 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED); in DeleteReceiver()
907 if (!Intent.ACTION_PACKAGE_REMOVED.equals(action)) { in notifyNow()
/frameworks/base/services/usage/java/com/android/server/usage/
DAppStandbyController.java347 packageFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in AppStandbyController()
1425 if ((Intent.ACTION_PACKAGE_REMOVED.equals(action) || in onReceive()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java897 removePackageIntent.setAction(Intent.ACTION_PACKAGE_REMOVED); in packageRemoved()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java873 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in initPackageTracking()
1175 || Intent.ACTION_PACKAGE_REMOVED.equals(action)
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerService.java860 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
1414 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in onBootPhase()
/frameworks/base/services/core/java/com/android/server/stats/
DStatsCompanionService.java558 if (intent.getAction().equals(Intent.ACTION_PACKAGE_REMOVED)) { in onReceive()
2598 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in sayHiToStatsd()

12