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.java243 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()
DPendingIntentController.java305 void setPendingIntentAllowlistDuration(IIntentSender target, IBinder allowlistToken, in setPendingIntentAllowlistDuration()
DActivityManagerService.java5404 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/
DActivityManagerInternal.java155 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/
DActivityTaskManagerService.java1298 IBinder allowlistToken, Intent fillInIntent, String resolvedType, IBinder resultTo, in startActivityIntentSender()