Home
last modified time | relevance | path

Searched refs:ACTION_QUERY_PACKAGE_RESTART (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/
H A DPackageChangeReceiver.java42 sPackageIntentFilter.addAction(Intent.ACTION_QUERY_PACKAGE_RESTART);
157 } else if (Intent.ACTION_QUERY_PACKAGE_RESTART.equals(action)) { in onReceive()
/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java50 sPackageFilt.addAction(Intent.ACTION_QUERY_PACKAGE_RESTART);
414 } else if (Intent.ACTION_QUERY_PACKAGE_RESTART.equals(action)) { in onReceive()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DForceStopPreference.java74 Intent intent = new Intent(Intent.ACTION_QUERY_PACKAGE_RESTART, in refresh()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/
H A DApplicationActionButtonsPreferenceController.java350 Intent intent = new Intent(Intent.ACTION_QUERY_PACKAGE_RESTART, in updateForceStopButton()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DAppButtonsPreferenceController.java527 Intent intent = new Intent(Intent.ACTION_QUERY_PACKAGE_RESTART, in updateForceStopButton()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java905 } else if (Intent.ACTION_QUERY_PACKAGE_RESTART.equals(action)) {
1602 filter.addAction(Intent.ACTION_QUERY_PACKAGE_RESTART);
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java4535 filter.addAction(Intent.ACTION_QUERY_PACKAGE_RESTART); in UninstallReceiver()
4552 case Intent.ACTION_QUERY_PACKAGE_RESTART: in onReceive()
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java2678 …public static final String ACTION_QUERY_PACKAGE_RESTART = "android.intent.action.QUERY_PACKAGE_RES… field in Intent
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1620 || (queryRestart=action.equals(Intent.ACTION_QUERY_PACKAGE_RESTART))
2282 pkgFilter.addAction(Intent.ACTION_QUERY_PACKAGE_RESTART); in init()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4711 pkgFilter.addAction(Intent.ACTION_QUERY_PACKAGE_RESTART); in finishBooting()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt2397 …field public static final String ACTION_QUERY_PACKAGE_RESTART = "android.intent.action.QUERY_PACKA…