Home
last modified time | relevance | path

Searched refs:getBackgroundStartPrivilegesAllowedByCaller (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java350 public static BackgroundStartPrivileges getBackgroundStartPrivilegesAllowedByCaller( in getBackgroundStartPrivilegesAllowedByCaller() method in PendingIntentRecord
358 return getBackgroundStartPrivilegesAllowedByCaller(activityOptions.toBundle(), in getBackgroundStartPrivilegesAllowedByCaller()
362 private static BackgroundStartPrivileges getBackgroundStartPrivilegesAllowedByCaller( in getBackgroundStartPrivilegesAllowedByCaller() method in PendingIntentRecord
658 return getBackgroundStartPrivilegesAllowedByCaller(options, callingUid, null); in getBackgroundStartPrivilegesForActivitySender()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBackgroundActivityStartController.java297 PendingIntentRecord.getBackgroundStartPrivilegesAllowedByCaller( in checkBackgroundActivityStart()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStarterTests.java949 () -> PendingIntentRecord.getBackgroundStartPrivilegesAllowedByCaller( in testBackgroundActivityStartsAllowed_loggingPendingIntentAllowed()