/frameworks/base/services/core/java/com/android/server/gpu/ |
D | GpuService.java | 21 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/ |
D | TileServiceManager.java | 89 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/ |
D | WebViewUpdateService.java | 71 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/ |
D | KeyChainSystemService.java | 62 IntentFilter packageFilter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED); in onStart()
|
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageMonitor.java | 46 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/ |
D | PhoneStateMonitor.java | 61 Intent.ACTION_PACKAGE_REMOVED
|
D | AssistHandleReminderExpBehavior.java | 77 Intent.ACTION_PACKAGE_REMOVED
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | RemoteDisplayProviderWatcher.java | 80 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in start()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvRemoteProviderWatcher.java | 74 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in start()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginManagerImpl.java | 192 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/ |
D | ServiceListing.java | 83 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in setListening()
|
D | ApplicationsState.java | 1410 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/ |
D | GnssVisibilityControl.java | 160 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/ |
D | OverlayManagerService.java | 22 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/ |
D | PluginFragment.java | 62 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in onCreate()
|
/frameworks/base/services/core/java/com/android/server/slice/ |
D | SliceManagerService.java | 121 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in SliceManagerService() 546 case Intent.ACTION_PACKAGE_REMOVED:
|
/frameworks/base/core/java/android/content/pm/ |
D | RegisteredServicesCache.java | 163 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/ |
D | RoleManagerService.java | 189 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/ |
D | ImsResolver.java | 198 case Intent.ACTION_PACKAGE_REMOVED: 466 appChangedFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in ImsResolver()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 769 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/ |
D | AppStandbyController.java | 347 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/ |
D | ImsResolverTest.java | 897 removePackageIntent.setAction(Intent.ACTION_PACKAGE_REMOVED); in packageRemoved()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | UserBackupManagerService.java | 873 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in initPackageTracking() 1175 || Intent.ACTION_PACKAGE_REMOVED.equals(action)
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobSchedulerService.java | 860 } 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/ |
D | StatsCompanionService.java | 558 if (intent.getAction().equals(Intent.ACTION_PACKAGE_REMOVED)) { in onReceive() 2598 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in sayHiToStatsd()
|