Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayActivityLaunchTests.java289 .getFrontRootTaskId(newDisplay.mId); in testMoveNonResizeableActivityToSecondaryDisplay()
693 final int frontStackId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchSameAffinityLaunchesSameDisplay()
705 final int displayFrontStackId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchSameAffinityLaunchesSameDisplay()
717 final int secondFrontStackId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchSameAffinityLaunchesSameDisplay()
737 final int stackId = mWmState.getFrontRootTaskId(DEFAULT_DISPLAY); in testTaskMatchOrderAcrossDisplays()
767 final int frontStackId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchDisplayAffinityMatch()
781 final int secondFrontStackId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchDisplayAffinityMatch()
922 final int frontStackId = mWmState.getFrontRootTaskId(displayId); in testImmediateLaunchOnNewDisplay()
DDisplayTests.java126 final int frontStackId = mWmState.getFrontRootTaskId(DEFAULT_DISPLAY); in testMultiDisplayDisabled()
DVrDisplayTests.java275 final int frontStackId = mWmState.getFrontRootTaskId(DEFAULT_DISPLAY); in testActivityLaunchPostVr()
DMultiDisplaySecurityTests.java540 final int frontStackId = mWmState.getFrontRootTaskId(newDisplay.mId); in testPermissionLaunchMultiUidTask()
DMultiDisplayPolicyTests.java746 final int stackId = mWmState.getFrontRootTaskId(displayId); in assertTopTaskSameSurfaceSizeWithDisplay()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java510 int getFrontRootTaskId(int displayId) { in getFrontRootTaskId() method in WindowManagerState
DActivityManagerTestBase.java1049 final int frontRootTaskId = mWmState.getFrontRootTaskId(displayId); in waitAndAssertTopResumedActivity()