Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java255 void setAllowlistDurationLocked(IBinder allowlistToken, long duration, int type, in setAllowlistDurationLocked()
315 public void send(int code, Intent intent, String resolvedType, IBinder allowlistToken, in send()
322 IBinder allowlistToken, IIntentReceiver finishedReceiver, String requiredPermission, in send()
329 String resolvedType, IBinder allowlistToken, IIntentReceiver finishedReceiver, in sendWithResult()
398 public int sendInner(int code, Intent intent, String resolvedType, IBinder allowlistToken, in sendInner()
407 String resolvedType, IBinder allowlistToken, IIntentReceiver finishedReceiver, in sendInner()
643 IBinder allowlistToken) { in getBackgroundStartPrivilegesForActivitySender()
650 ArraySet<IBinder> allowedTokenSet, IBinder allowlistToken, in getBackgroundStartPrivilegesForActivitySender()
DPendingIntentController.java318 void setPendingIntentAllowlistDuration(IIntentSender target, IBinder allowlistToken, in setPendingIntentAllowlistDuration()
DActivityManagerService.java5390 IBinder allowlistToken, int code, Intent intent, String resolvedType, in sendIntentSender()
17654 public void setPendingIntentAllowlistDuration(IIntentSender target, IBinder allowlistToken, in setPendingIntentAllowlistDuration()
17672 IBinder allowlistToken, int flags) { in setPendingIntentAllowBgActivityStarts()
17685 IBinder allowlistToken) { in clearPendingIntentAllowBgActivityStarts()
18815 public int sendIntentSender(IIntentSender target, IBinder allowlistToken, int code, in sendIntentSender()
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java167 IBinder allowlistToken, long duration, @TempAllowListType int type, in setPendingIntentAllowlistDuration()
179 IIntentSender target, IBinder allowlistToken, int flags); in setPendingIntentAllowBgActivityStarts()
185 IBinder allowlistToken); in clearPendingIntentAllowBgActivityStarts()
945 public abstract int sendIntentSender(IIntentSender target, IBinder allowlistToken, int code, in sendIntentSender()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java1296 IBinder allowlistToken, Intent fillInIntent, String resolvedType, IBinder resultTo, in startActivityIntentSender()