Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityTaskSupervisorTests.java277 final boolean allowedOnTrusted = mSupervisor.isCallerAllowedToLaunchOnDisplay(callingPid, in testDisplayCanLaunchActivities()
283 final boolean allowedOnUntrusted = mSupervisor.isCallerAllowedToLaunchOnDisplay(callingPid, in testDisplayCanLaunchActivities()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSafeActivityOptions.java329 && !supervisor.isCallerAllowedToLaunchOnDisplay(callingPid, callingUid, in checkPermissions()
H A DActivityTaskSupervisor.java409 if (!isCallerAllowedToLaunchOnDisplay(callingPid, callingUid, displayId, activityInfo)) { in canPlaceEntityOnDisplay()
1162 return isCallerAllowedToLaunchOnDisplay(callingPid, callingUid, in isCallerAllowedToLaunchOnTaskDisplayArea()
1167 boolean isCallerAllowedToLaunchOnDisplay(int callingPid, int callingUid, int launchDisplayId, in isCallerAllowedToLaunchOnDisplay() method in ActivityTaskSupervisor