Home
last modified time | relevance | path

Searched refs:ACTION_PACKAGE_CHANGED (Results 1 – 25 of 50) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSafetyControllerTest.kt88 assertEquals(Intent.ACTION_PACKAGE_CHANGED, filter.value.getAction(0))
106 val testIntent = Intent(Intent.ACTION_PACKAGE_CHANGED)
117 val testIntent = Intent(Intent.ACTION_PACKAGE_CHANGED)
128 val testIntent = Intent(Intent.ACTION_PACKAGE_CHANGED)
/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DSystemPackageResetHelper.java50 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in onRegister()
103 case Intent.ACTION_PACKAGE_CHANGED: in onReceive()
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DPackageChangeReceiver.java41 sPackageIntentFilter.addAction(Intent.ACTION_PACKAGE_CHANGED);
152 } else if (Intent.ACTION_PACKAGE_CHANGED.equals(action)) { in onReceive()
/aosp14/frameworks/base/services/core/java/com/android/server/gpu/
H A DGpuService.java20 import static android.content.Intent.ACTION_PACKAGE_CHANGED;
99 packageFilter.addAction(ACTION_PACKAGE_CHANGED); in GpuService()
188 case ACTION_PACKAGE_CHANGED: in onReceive()
/aosp14/frameworks/base/services/core/java/com/android/server/compat/overrides/
H A DAppCompatOverridesService.java20 import static android.content.Intent.ACTION_PACKAGE_CHANGED;
418 mIntentFilter.addAction(ACTION_PACKAGE_CHANGED); in PackageReceiver()
447 case ACTION_PACKAGE_CHANGED: in onReceive()
/aosp14/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java84 case Intent.ACTION_PACKAGE_CHANGED: in onStart()
109 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in onStart()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DComponentController.java76 case Intent.ACTION_PACKAGE_CHANGED:
112 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in ComponentController()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginManagerImpl.java131 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in startListening()
195 || Intent.ACTION_PACKAGE_CHANGED.equals(intent.getAction()) in onReceive()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSafetyController.java54 PKG_CHANGE_INTENT_FILTER = new IntentFilter(Intent.ACTION_PACKAGE_CHANGED);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayRegistrant.java119 final IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_CHANGED); in onStart()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
H A DInstalledTilesComponentRepository.kt110 addAction(Intent.ACTION_PACKAGE_CHANGED)
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java68 mPackageFilt.addAction(Intent.ACTION_PACKAGE_CHANGED); in PackageMonitor()
408 } else if (Intent.ACTION_PACKAGE_CHANGED.equals(action)) { in onReceive()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileLifecycleManagerTest.java173 assertTrue(filter.hasAction(Intent.ACTION_PACKAGE_CHANGED)); in testPackageReceiverExported()
285 Intent.ACTION_PACKAGE_CHANGED, in testComponentEnabling()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
H A DTrustManagerServiceTest.java369 if (filter.hasAction(Intent.ACTION_PACKAGE_CHANGED)) { in registerReceiverAsUser()
378 Intent.ACTION_PACKAGE_CHANGED, in sendPackageChangedBroadcast()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DPhoneStateMonitor.java67 Intent.ACTION_PACKAGE_CHANGED,
/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameServiceController.java216 intentFilter.addAction(Intent.ACTION_PACKAGE_CHANGED); in evaluateGameServiceProviderPackageChangedListenerLocked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java375 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in startPackageListening()
419 if (Intent.ACTION_PACKAGE_CHANGED.equals(intent.getAction()) && mChangeListener != null) { in onReceive()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRoute2ProviderWatcher.java87 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in start()
H A DRemoteDisplayProviderWatcher.java81 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in start()
/aosp14/frameworks/base/services/core/java/com/android/server/appbinding/
H A DAppBindingService.java185 packageFilter.addAction(Intent.ACTION_PACKAGE_CHANGED); in onPhaseActivityManagerReady()
260 case Intent.ACTION_PACKAGE_CHANGED:
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderWatcher.java94 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in start()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssVisibilityControl.java162 intentFilter.addAction(Intent.ACTION_PACKAGE_CHANGED); in listenForProxyAppsPackageUpdates()
176 case Intent.ACTION_PACKAGE_CHANGED: in listenForProxyAppsPackageUpdates()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DServiceListing.java88 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in setListening()
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/template/app/
H A DAppList.kt189 addAction(Intent.ACTION_PACKAGE_CHANGED)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPluginFragment.java61 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in onCreate()

12