Home
last modified time | relevance | path

Searched defs:allowlistToken (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java241 void setAllowlistDurationLocked(IBinder allowlistToken, long duration, int type, in setAllowlistDurationLocked()
301 public void send(int code, Intent intent, String resolvedType, IBinder allowlistToken, in send()
307 public int sendWithResult(int code, Intent intent, String resolvedType, IBinder allowlistToken, in sendWithResult()
313 public int sendInner(int code, Intent intent, String resolvedType, IBinder allowlistToken, in sendInner()
H A DPendingIntentController.java304 void setPendingIntentAllowlistDuration(IIntentSender target, IBinder allowlistToken, in setPendingIntentAllowlistDuration()
H A DActivityManagerService.java4973 public int sendIntentSender(IIntentSender target, IBinder allowlistToken, int code, in sendIntentSender()
15414 public void setPendingIntentAllowlistDuration(IIntentSender target, IBinder allowlistToken, in setPendingIntentAllowlistDuration()
15432 IBinder allowlistToken, int flags) { in setPendingIntentAllowBgActivityStarts()
15445 IBinder allowlistToken) { in clearPendingIntentAllowBgActivityStarts()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java133 IBinder allowlistToken, long duration, @TempAllowListType int type, in setPendingIntentAllowlistDuration()
145 IIntentSender target, IBinder allowlistToken, int flags); in setPendingIntentAllowBgActivityStarts()
151 IBinder allowlistToken); in clearPendingIntentAllowBgActivityStarts()
654 public abstract int sendIntentSender(IIntentSender target, IBinder allowlistToken, int code, in sendIntentSender()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java1249 IBinder allowlistToken, Intent fillInIntent, String resolvedType, IBinder resultTo, in startActivityIntentSender()