Home
last modified time | relevance | path

Searched refs:getTemporaryAppAllowlistType (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DAlarmManagerServiceTest.java2399 final int type = idleOptions.getTemporaryAppAllowlistType();
2418 final int type = idleOptions.getTemporaryAppAllowlistType();
2438 final int type = idleOptions.getTemporaryAppAllowlistType();
2465 final int type = idleOptions.getTemporaryAppAllowlistType();
2494 final int type = idleOptions.getTemporaryAppAllowlistType();
2579 final int type = idleOptions.getTemporaryAppAllowlistType();
2606 final int type = idleOptions.getTemporaryAppAllowlistType();
2650 final int type = idleOptions.getTemporaryAppAllowlistType();
3114 bOptions.getTemporaryAppAllowlistType());
3223 bOptions.getTemporaryAppAllowlistType());
[all …]
/aosp14/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java441 public @TempAllowListType int getTemporaryAppAllowlistType() { in getTemporaryAppAllowlistType() method in BroadcastOptions
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java536 brOptions.getTemporaryAppAllowlistType(), in sendInner()
H A DBroadcastQueueImpl.java395 && r.options.getTemporaryAppAllowlistType() in processCurBroadcastLocked()
939 final @TempAllowListType int type = brOptions.getTemporaryAppAllowlistType(); in maybeScheduleTempAllowlistLocked()
H A DBroadcastQueueModernImpl.java1047 if (r.options.getTemporaryAppAllowlistType() in dispatchReceivers()
1058 r.options.getTemporaryAppAllowlistType(), r.callingUid); in dispatchReceivers()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueTest.java1698 eq(options.getTemporaryAppAllowlistType()), eq(callerApp.uid));
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt289 method public int getTemporaryAppAllowlistType();