/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | SafetyControllerTest.kt | 88 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 D | SystemPackageResetHelper.java | 50 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 D | PackageChangeReceiver.java | 41 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 D | GpuService.java | 20 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 D | AppCompatOverridesService.java | 20 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 D | WebViewUpdateService.java | 84 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 D | ComponentController.java | 76 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 D | PluginManagerImpl.java | 131 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 D | SafetyController.java | 54 PKG_CHANGE_INTENT_FILTER = new IntentFilter(Intent.ACTION_PACKAGE_CHANGED);
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
H A D | DreamOverlayRegistrant.java | 119 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 D | InstalledTilesComponentRepository.kt | 110 addAction(Intent.ACTION_PACKAGE_CHANGED)
|
/aosp14/frameworks/base/core/java/com/android/internal/content/ |
H A D | PackageMonitor.java | 68 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 D | TileLifecycleManagerTest.java | 173 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 D | TrustManagerServiceTest.java | 369 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 D | PhoneStateMonitor.java | 67 Intent.ACTION_PACKAGE_CHANGED,
|
/aosp14/frameworks/base/services/core/java/com/android/server/app/ |
H A D | GameServiceController.java | 216 intentFilter.addAction(Intent.ACTION_PACKAGE_CHANGED); in evaluateGameServiceProviderPackageChangedListenerLocked()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
H A D | TileLifecycleManager.java | 375 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 D | MediaRoute2ProviderWatcher.java | 87 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in start()
|
H A D | RemoteDisplayProviderWatcher.java | 81 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in start()
|
/aosp14/frameworks/base/services/core/java/com/android/server/appbinding/ |
H A D | AppBindingService.java | 185 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 D | TvRemoteProviderWatcher.java | 94 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in start()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssVisibilityControl.java | 162 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 D | ServiceListing.java | 88 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in setListening()
|
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/template/app/ |
H A D | AppList.kt | 189 addAction(Intent.ACTION_PACKAGE_CHANGED)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | PluginFragment.java | 61 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in onCreate()
|