Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DSafeActivityOptions.java210 && !supervisor.isCallerAllowedToLaunchOnDisplay(callingPid, callingUid, in checkPermissions()
DActivityStackSupervisor.java500 if (!isCallerAllowedToLaunchOnDisplay(callingPid, callingUid, displayId, activityInfo)) { in canPlaceEntityOnDisplay()
1805 boolean isCallerAllowedToLaunchOnDisplay(int callingPid, int callingUid, int launchDisplayId, in isCallerAllowedToLaunchOnDisplay() method in ActivityStackSupervisor