Searched refs:isCallerAllowedToLaunchOnDisplay (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityTaskSupervisorTests.java | 277 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 D | SafeActivityOptions.java | 329 && !supervisor.isCallerAllowedToLaunchOnDisplay(callingPid, callingUid, in checkPermissions()
|
H A D | ActivityTaskSupervisor.java | 409 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
|