Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayActivityLaunchTests.java717 final int secondFrontStackId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchSameAffinityLaunchesSameDisplay() local
721 mWmState.assertFocusedStack("Top stack must be on primary display", secondFrontStackId); in testLaunchSameAffinityLaunchesSameDisplay()
781 final int secondFrontStackId = mWmState.getFrontRootTaskId(newDisplay.mId); in testLaunchDisplayAffinityMatch() local
783 mWmState.getRootTask(secondFrontStackId); in testLaunchDisplayAffinityMatch()
787 mWmState.assertFocusedStack("Top stack must be on secondary display", secondFrontStackId); in testLaunchDisplayAffinityMatch()