Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityTaskSupervisorTests.java305 final boolean allowedOnTrusted = mSupervisor.isCallerAllowedToLaunchOnDisplay(callingPid, in testDisplayCanLaunchActivities()
311 final boolean allowedOnUntrusted = mSupervisor.isCallerAllowedToLaunchOnDisplay(callingPid, in testDisplayCanLaunchActivities()
DSafeActivityOptionsTest.java125 doReturn(false).when(taskSupervisor).isCallerAllowedToLaunchOnDisplay(anyInt(), in test_getOptions()
/frameworks/base/services/core/java/com/android/server/wm/
DSafeActivityOptions.java310 && !supervisor.isCallerAllowedToLaunchOnDisplay(callingPid, callingUid, in checkPermissions()
DActivityTaskSupervisor.java413 if (!isCallerAllowedToLaunchOnDisplay(callingPid, callingUid, displayId, activityInfo)) { in canPlaceEntityOnDisplay()
1196 return isCallerAllowedToLaunchOnDisplay(callingPid, callingUid, in isCallerAllowedToLaunchOnTaskDisplayArea()
1201 boolean isCallerAllowedToLaunchOnDisplay(int callingPid, int callingUid, int launchDisplayId, in isCallerAllowedToLaunchOnDisplay() method in ActivityTaskSupervisor
/frameworks/base/services/
Dart-wear-profile26151 PLcom/android/server/wm/ActivityTaskSupervisor;->isCallerAllowedToLaunchOnDisplay(IIILandroid/conte…