Home
last modified time | relevance | path

Searched refs:ACTION_UID_REMOVED (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DOneTimePermissionUserManager.java65 if (Intent.ACTION_UID_REMOVED.equals(intent.getAction())) {
145 mContext.registerReceiver(mUninstallListener, new IntentFilter(Intent.ACTION_UID_REMOVED)); in registerUninstallListener()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java78 mNonDataFilt.addAction(Intent.ACTION_UID_REMOVED); in PackageMonitor()
440 } else if (Intent.ACTION_UID_REMOVED.equals(action)) { in onReceive()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageRemovedInfo.java161 mPackageSender.sendPackageBroadcast(Intent.ACTION_UID_REMOVED, in sendPackageRemovedBroadcastInternal()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java32 import static android.content.Intent.ACTION_UID_REMOVED;
349 new IntentFilter(ACTION_UID_REMOVED), null, mHandler); in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java380 case Intent.ACTION_UID_REMOVED: {
3305 userFilter.addAction(Intent.ACTION_UID_REMOVED); in registerForSystemBroadcasts()
H A DActivityManagerService.java14772 case Intent.ACTION_UID_REMOVED: in broadcastIntentLockedTraced()
14795 case Intent.ACTION_UID_REMOVED: in broadcastIntentLockedTraced()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java1360 } else if (Intent.ACTION_UID_REMOVED.equals(action)) {
2612 final IntentFilter uidFilter = new IntentFilter(Intent.ACTION_UID_REMOVED);
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java5283 sdFilter.addAction(Intent.ACTION_UID_REMOVED); in UninstallReceiver()
5313 case Intent.ACTION_UID_REMOVED: in onReceive()
/aosp14/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java36 import static android.content.Intent.ACTION_UID_REMOVED;
1043 mUidRemovedReceiver, new IntentFilter(ACTION_UID_REMOVED), null, mHandler); in initService()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java3040 public static final String ACTION_UID_REMOVED = "android.intent.action.UID_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.txt10925 field public static final String ACTION_UID_REMOVED = "android.intent.action.UID_REMOVED";