Searched defs:allowlistToken (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | PendingIntentRecord.java | 243 void setAllowlistDurationLocked(IBinder allowlistToken, long duration, int type, in setAllowlistDurationLocked() 303 public void send(int code, Intent intent, String resolvedType, IBinder allowlistToken, in send() 309 public int sendWithResult(int code, Intent intent, String resolvedType, IBinder allowlistToken, in sendWithResult() 342 public int sendInner(int code, Intent intent, String resolvedType, IBinder allowlistToken, in sendInner()
|
D | PendingIntentController.java | 305 void setPendingIntentAllowlistDuration(IIntentSender target, IBinder allowlistToken, in setPendingIntentAllowlistDuration()
|
D | ActivityManagerService.java | 5404 public int sendIntentSender(IIntentSender target, IBinder allowlistToken, int code, in sendIntentSender() 16592 public void setPendingIntentAllowlistDuration(IIntentSender target, IBinder allowlistToken, in setPendingIntentAllowlistDuration() 16610 IBinder allowlistToken, int flags) { in setPendingIntentAllowBgActivityStarts() 16623 IBinder allowlistToken) { in clearPendingIntentAllowBgActivityStarts()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 155 IBinder allowlistToken, long duration, @TempAllowListType int type, in setPendingIntentAllowlistDuration() 167 IIntentSender target, IBinder allowlistToken, int flags); in setPendingIntentAllowBgActivityStarts() 173 IBinder allowlistToken); in clearPendingIntentAllowBgActivityStarts() 711 public abstract int sendIntentSender(IIntentSender target, IBinder allowlistToken, int code, in sendIntentSender()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerService.java | 1298 IBinder allowlistToken, Intent fillInIntent, String resolvedType, IBinder resultTo, in startActivityIntentSender()
|