Home
last modified time | relevance | path

Searched refs:getFrontRootTaskId (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
H A DMultiDisplayActivityLaunchTests.java302 .getFrontRootTaskId(newDisplay.mId); in testMoveNonResizeableActivityToSecondaryDisplay()
710 final int frontRootTaskId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchSameAffinityLaunchesSameDisplay()
724 final int displayFrontRootTaskId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchSameAffinityLaunchesSameDisplay()
735 final int secondFrontRootTaskId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchSameAffinityLaunchesSameDisplay()
756 final int rootTaskId = mWmState.getFrontRootTaskId(getMainDisplayId()); in testTaskMatchOrderAcrossDisplays()
790 final int frontRootTaskId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchDisplayAffinityMatch()
806 final int secondFrontRootTaskId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchDisplayAffinityMatch()
957 final int frontRootTaskId = mWmState.getFrontRootTaskId(displayId); in testImmediateLaunchOnNewDisplay()
H A DMultiDisplaySecurityTests.java538 final int frontRootTaskId = mWmState.getFrontRootTaskId(newDisplay.mId); in testPermissionLaunchMultiUidTask()
H A DMultiDisplayPolicyTests.java775 final int stackId = mWmState.getFrontRootTaskId(displayId); in assertTopTaskSameSurfaceSizeWithDisplay()
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
H A DDisplayTests.java130 final int frontStackId = mWmState.getFrontRootTaskId(DEFAULT_DISPLAY); in testMultiDisplayDisabled()
H A DVrDisplayTests.java277 final int frontRootTaskId = mWmState.getFrontRootTaskId(DEFAULT_DISPLAY); in testActivityLaunchPostVr()
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
H A DWindowManagerState.java670 public int getFrontRootTaskId(int displayId) { in getFrontRootTaskId() method in WindowManagerState
H A DActivityManagerTestBase.java1281 final int frontRootTaskId = mWmState.getFrontRootTaskId(displayId); in waitAndAssertResumedAndFocusedActivityOnDisplay()