Home
last modified time | relevance | path

Searched refs:ACTION_PACKAGE_RESTARTED (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DSystemPackageResetHelper.java52 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in onRegister()
135 case Intent.ACTION_PACKAGE_RESTARTED: in onReceive()
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DPackageChangeReceiver.java43 sPackageIntentFilter.addAction(Intent.ACTION_PACKAGE_RESTARTED);
160 } else if (Intent.ACTION_PACKAGE_RESTARTED.equals(action)) { in onReceive()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java70 mPackageFilt.addAction(Intent.ACTION_PACKAGE_RESTARTED); in PackageMonitor()
435 } else if (Intent.ACTION_PACKAGE_RESTARTED.equals(action)) { in onReceive()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRoute2ProviderWatcher.java89 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in start()
H A DRemoteDisplayProviderWatcher.java83 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in start()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderWatcher.java96 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in start()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManager.kt303 Intent.ACTION_PACKAGE_RESTARTED -> {
344 addAction(Intent.ACTION_PACKAGE_RESTARTED)
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DInternalResourceService.java287 case Intent.ACTION_PACKAGE_RESTARTED: {
1044 pkgFilter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in registerListeners()
/aosp14/frameworks/base/services/core/java/com/android/server/infra/
H A DAbstractMasterSystemService.java1087 if (Intent.ACTION_PACKAGE_RESTARTED.equals(action)) { in startTrackingPackageChanges()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java1415 } else if (Intent.ACTION_PACKAGE_RESTARTED.equals(action)) {
2607 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED);
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java5274 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in UninstallReceiver()
5341 case Intent.ACTION_PACKAGE_RESTARTED: in onReceive()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java2855 public static final String ACTION_PACKAGE_RESTARTED = "android.intent.action.PACKAGE_RESTARTED"; field in Intent
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1727 || action.equals(Intent.ACTION_PACKAGE_RESTARTED)
2465 pkgFilter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in init()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4195 Intent intent = new Intent(Intent.ACTION_PACKAGE_RESTARTED, in finishForceStopPackageLocked()
15217 || Intent.ACTION_PACKAGE_RESTARTED.equals(intent.getAction()) in broadcastIntentLockedTraced()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10889 …field public static final String ACTION_PACKAGE_RESTARTED = "android.intent.action.PACKAGE_RESTART…