Searched defs:allowlistToken (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PendingIntentRecord.java | 241 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 D | PendingIntentController.java | 304 void setPendingIntentAllowlistDuration(IIntentSender target, IBinder allowlistToken, in setPendingIntentAllowlistDuration()
|
H A D | ActivityManagerService.java | 4973 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 D | ActivityManagerInternal.java | 133 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 D | ActivityTaskManagerService.java | 1249 IBinder allowlistToken, Intent fillInIntent, String resolvedType, IBinder resultTo, in startActivityIntentSender()
|