/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() argument 247 mAllowlistDuration.put(allowlistToken, in setAllowlistDurationLocked() 250 mAllowlistDuration.remove(allowlistToken); in setAllowlistDurationLocked() 301 public void send(int code, Intent intent, String resolvedType, IBinder allowlistToken, in send() argument 303 sendInner(code, intent, resolvedType, allowlistToken, finishedReceiver, in send() 309 return sendInner(code, intent, resolvedType, allowlistToken, finishedReceiver, in sendWithResult() 313 public int sendInner(int code, Intent intent, String resolvedType, IBinder allowlistToken, in sendInner() argument 369 duration = mAllowlistDuration.get(allowlistToken); in sendInner() 453 allowlistToken)); in sendInner() 462 allowlistToken)); in sendInner() [all …]
|
H A D | PendingIntentController.java | 304 void setPendingIntentAllowlistDuration(IIntentSender target, IBinder allowlistToken, in setPendingIntentAllowlistDuration() argument 312 ((PendingIntentRecord) target).setAllowlistDurationLocked(allowlistToken, duration, in setPendingIntentAllowlistDuration()
|
H A D | ActivityManagerService.java | 4973 public int sendIntentSender(IIntentSender target, IBinder allowlistToken, int code, in sendIntentSender() argument 4978 allowlistToken, finishedReceiver, requiredPermission, options); in sendIntentSender() 4990 target.send(code, intent, resolvedType, allowlistToken, null, in sendIntentSender() 15414 public void setPendingIntentAllowlistDuration(IIntentSender target, IBinder allowlistToken, in setPendingIntentAllowlistDuration() argument 15416 mPendingIntentController.setPendingIntentAllowlistDuration(target, allowlistToken, in setPendingIntentAllowlistDuration() 15432 IBinder allowlistToken, int flags) { in setPendingIntentAllowBgActivityStarts() argument 15439 ((PendingIntentRecord) target).setAllowBgActivityStarts(allowlistToken, flags); in setPendingIntentAllowBgActivityStarts() 15445 IBinder allowlistToken) { in clearPendingIntentAllowBgActivityStarts() argument 15452 ((PendingIntentRecord) target).clearAllowBgActivityStarts(allowlistToken); in clearPendingIntentAllowBgActivityStarts() 16412 public int sendIntentSender(IIntentSender target, IBinder allowlistToken, int code, [all …]
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityManagerInternal.java | 133 IBinder allowlistToken, long duration, @TempAllowListType int type, in setPendingIntentAllowlistDuration() argument 145 IIntentSender target, IBinder allowlistToken, int flags); in setPendingIntentAllowBgActivityStarts() argument 151 IBinder allowlistToken); in clearPendingIntentAllowBgActivityStarts() argument 654 public abstract int sendIntentSender(IIntentSender target, IBinder allowlistToken, int code, in sendIntentSender() argument
|
/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() argument 1273 return pir.sendInner(0, fillInIntent, resolvedType, allowlistToken, null, null, in startActivityIntentSender()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 2135 public void send(int code, Intent intent, String resolvedType, IBinder allowlistToken, in uninstallOrDisablePackage()
|