Home
last modified time | relevance | path

Searched refs:isPendingIntentBalAllowedByCaller (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java326 public static boolean isPendingIntentBalAllowedByCaller( in isPendingIntentBalAllowedByCaller() method in PendingIntentRecord
331 return isPendingIntentBalAllowedByCaller(activityOptions.toBundle()); in isPendingIntentBalAllowedByCaller()
334 private static boolean isPendingIntentBalAllowedByCaller(@Nullable Bundle options) { in isPendingIntentBalAllowedByCaller() method in PendingIntentRecord
480 && isPendingIntentBalAllowedByCaller(options); in sendInner()
/frameworks/base/services/core/java/com/android/server/wm/
DBackgroundActivityStartController.java261 PendingIntentRecord.isPendingIntentBalAllowedByCaller(checkedOptions); in checkBackgroundActivityStart()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStarterTests.java784 () -> PendingIntentRecord.isPendingIntentBalAllowedByCaller(anyObject())); in testBackgroundActivityStartsAllowed_loggingPendingIntentAllowed()
/frameworks/base/services/
Dart-profile8919 PLcom/android/server/am/PendingIntentRecord;->isPendingIntentBalAllowedByCaller(Landroid/app/Activi…
8920 PLcom/android/server/am/PendingIntentRecord;->isPendingIntentBalAllowedByCaller(Landroid/os/Bundle;…