Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DRemoveReceiver.java29 if (Intent.ACTION_PACKAGE_FULLY_REMOVED.equals(intent.getAction())) { in onReceive()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/quota/
H A DQuotaTracker.java131 case Intent.ACTION_PACKAGE_FULLY_REMOVED:
169 filter.addAction(Intent.ACTION_PACKAGE_FULLY_REMOVED); in QuotaTracker()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageRemovedInfo.java148 mPackageSender.sendPackageBroadcast(Intent.ACTION_PACKAGE_FULLY_REMOVED, in sendPackageRemovedBroadcastInternal()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java172 prFilter.addAction(Intent.ACTION_PACKAGE_FULLY_REMOVED); in StorageStatsService()
178 || Intent.ACTION_PACKAGE_FULLY_REMOVED.equals(action)) { in StorageStatsService()
/aosp14/frameworks/base/services/core/java/com/android/server/os/
H A DNativeTombstoneManager.java221 filter.addAction(Intent.ACTION_PACKAGE_FULLY_REMOVED); in registerForPackageRemoval()
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollbackManagerServiceImpl.java335 filter.addAction(Intent.ACTION_PACKAGE_FULLY_REMOVED); in registerUserCallbacks()
350 if (Intent.ACTION_PACKAGE_FULLY_REMOVED.equals(action)) { in registerUserCallbacks()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DVcnManagementService.java249 intentFilter.addAction(Intent.ACTION_PACKAGE_FULLY_REMOVED); in VcnManagementService()
512 case Intent.ACTION_PACKAGE_FULLY_REMOVED: in onReceive()
/aosp14/frameworks/base/tests/vcn/java/com/android/server/
H A DVcnManagementServiceTest.java458 && filter.hasAction(Intent.ACTION_PACKAGE_FULLY_REMOVED); in getPackageChangeReceiver()
697 final Intent intent = new Intent(Intent.ACTION_PACKAGE_FULLY_REMOVED); in testPackageChangeListener_packageFullyRemoved()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DInternalResourceService.java273 case Intent.ACTION_PACKAGE_FULLY_REMOVED: {
1042 pkgFilter.addAction(Intent.ACTION_PACKAGE_FULLY_REMOVED); in registerListeners()
/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreManagerService.java251 packageChangedFilter.addAction(Intent.ACTION_PACKAGE_FULLY_REMOVED); in registerReceivers()
1408 case Intent.ACTION_PACKAGE_FULLY_REMOVED: in onReceive()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
H A DCountQuotaTrackerTest.java268 Intent removal = new Intent(Intent.ACTION_PACKAGE_FULLY_REMOVED, in testAppRemoval()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java371 case Intent.ACTION_PACKAGE_FULLY_REMOVED: {
3299 packageFilter.addAction(Intent.ACTION_PACKAGE_FULLY_REMOVED); in registerForSystemBroadcasts()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java1338 } else if (Intent.ACTION_PACKAGE_FULLY_REMOVED.equals(action)) {
2604 filter.addAction(Intent.ACTION_PACKAGE_FULLY_REMOVED);
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java2769 public static final String ACTION_PACKAGE_FULLY_REMOVED field in Intent
/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.txt10884 …field public static final String ACTION_PACKAGE_FULLY_REMOVED = "android.intent.action.PACKAGE_FUL…