Home
last modified time | relevance | path

Searched refs:tempAllowlistForPendingIntent (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java526 controller.mAmInternal.tempAllowlistForPendingIntent(callingPid, callingUid, in sendInner()
534 controller.mAmInternal.tempAllowlistForPendingIntent(callingPid, callingUid, in sendInner()
H A DActivityManagerService.java18197 public void tempAllowlistForPendingIntent(int callerPid, int callerUid, int targetUid, in tempAllowlistForPendingIntent() method
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java609 public abstract void tempAllowlistForPendingIntent(int callerPid, int callerUid, int targetUid, in tempAllowlistForPendingIntent() method in ActivityManagerInternal