/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | RemoveReceiver.java | 29 if (Intent.ACTION_PACKAGE_FULLY_REMOVED.equals(intent.getAction())) { in onReceive()
|
/aosp14/frameworks/base/services/core/java/com/android/server/utils/quota/ |
H A D | QuotaTracker.java | 131 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 D | PackageRemovedInfo.java | 148 mPackageSender.sendPackageBroadcast(Intent.ACTION_PACKAGE_FULLY_REMOVED, in sendPackageRemovedBroadcastInternal()
|
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | StorageStatsService.java | 172 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 D | NativeTombstoneManager.java | 221 filter.addAction(Intent.ACTION_PACKAGE_FULLY_REMOVED); in registerForPackageRemoval()
|
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | RollbackManagerServiceImpl.java | 335 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 D | VcnManagementService.java | 249 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 D | VcnManagementServiceTest.java | 458 && 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 D | InternalResourceService.java | 273 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 D | BlobStoreManagerService.java | 251 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 D | CountQuotaTrackerTest.java | 268 Intent removal = new Intent(Intent.ACTION_PACKAGE_FULLY_REMOVED, in testAppRemoval()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppRestrictionController.java | 371 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 D | JobSchedulerService.java | 1338 } 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 D | Intent.java | 2769 public static final String ACTION_PACKAGE_FULLY_REMOVED field in Intent
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 10884 …field public static final String ACTION_PACKAGE_FULLY_REMOVED = "android.intent.action.PACKAGE_FUL…
|