Searched defs:isCallerAllowedToLaunchOnDisplay (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java501 if (!isCallerAllowedToLaunchOnDisplay(callingPid, callingUid, displayId, activityInfo)) {
504 // by caller with corresponding permissions. See #isCallerAllowedToLaunchOnDisplay().
1667 if (launchDisplayId != INVALID_DISPLAY && !isCallerAllowedToLaunchOnDisplay(callingPid,
1682 boolean isCallerAllowedToLaunchOnDisplay(int callingPid, int callingUid, int launchDisplayId, method in class:ActivityStackSupervisor

Completed in 67 milliseconds