Searched refs:isCallerAllowedToLaunchOnDisplay (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityTaskSupervisorTests.java | 305 final boolean allowedOnTrusted = mSupervisor.isCallerAllowedToLaunchOnDisplay(callingPid, in testDisplayCanLaunchActivities() 311 final boolean allowedOnUntrusted = mSupervisor.isCallerAllowedToLaunchOnDisplay(callingPid, in testDisplayCanLaunchActivities()
|
D | SafeActivityOptionsTest.java | 125 doReturn(false).when(taskSupervisor).isCallerAllowedToLaunchOnDisplay(anyInt(), in test_getOptions()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SafeActivityOptions.java | 310 && !supervisor.isCallerAllowedToLaunchOnDisplay(callingPid, callingUid, in checkPermissions()
|
D | ActivityTaskSupervisor.java | 413 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/ |
D | art-wear-profile | 26151 PLcom/android/server/wm/ActivityTaskSupervisor;->isCallerAllowedToLaunchOnDisplay(IIILandroid/conte…
|