Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayActivityLaunchTests.java633 final int frontStackId = mAmWmState.getAmState().getFrontStackId(newDisplay.mId); in testTaskMatchAcrossDisplays() local
635 mAmWmState.getAmState().getStackById(frontStackId); in testTaskMatchAcrossDisplays()
639 frontStackId); in testTaskMatchAcrossDisplays()
657 mAmWmState.waitForFocusedStack(frontStackId); in testTaskMatchAcrossDisplays()
662 mAmWmState.getAmState().getStackById(frontStackId); in testTaskMatchAcrossDisplays()
665 mAmWmState.assertFocusedStack("Top stack must be on primary display", frontStackId); in testTaskMatchAcrossDisplays()
715 final int frontStackId = mAmWmState.getAmState().getFrontStackId(newDisplay.mId); in testLaunchDisplayAffinityMatch() local
717 mAmWmState.getAmState().getStackById(frontStackId); in testLaunchDisplayAffinityMatch()
720 mAmWmState.assertFocusedStack("Focus must be on secondary display", frontStackId); in testLaunchDisplayAffinityMatch()
805 final int frontStackId = mAmWmState.getAmState().getFrontStackId(newDisplay.mId); in testImmediateLaunchOnNewDisplay() local
[all …]
DDisplayTests.java116 final int frontStackId = mAmWmState.getAmState().getFrontStackId(DEFAULT_DISPLAY); in testMultiDisplayDisabled() local
118 mAmWmState.getAmState().getStackById(frontStackId); in testMultiDisplayDisabled()
123 mAmWmState.assertFocusedStack("Focus must be on the default display", frontStackId); in testMultiDisplayDisabled()
DVrDisplayTests.java272 final int frontStackId = mAmWmState.getAmState().getFrontStackId(DEFAULT_DISPLAY); in testActivityLaunchPostVr() local
274 = mAmWmState.getAmState().getStackById(frontStackId); in testActivityLaunchPostVr()
DMultiDisplaySecurityTests.java596 final int frontStackId = mAmWmState.getAmState().getFrontStackId(newDisplay.mId); in testPermissionLaunchMultiUidTask() local
598 frontStackId); in testPermissionLaunchMultiUidTask()
603 frontStackId); in testPermissionLaunchMultiUidTask()
610 frontStack = mAmWmState.getAmState().getStackById(frontStackId); in testPermissionLaunchMultiUidTask()
DMultiDisplayPolicyTests.java515 final int frontStackId = mAmWmState.getAmState().getFrontStackId(newDisplay.mId); in tryCreatingAndRemovingDisplayWithActivity() local
516 mAmWmState.assertFocusedStack("Top stack must be on secondary display", frontStackId); in tryCreatingAndRemovingDisplayWithActivity()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java876 final int frontStackId = mAmWmState.getAmState().getFrontStackId(displayId); in waitAndAssertTopResumedActivity() local
878 mAmWmState.getAmState().getStackById(frontStackId); in waitAndAssertTopResumedActivity()
881 mAmWmState.assertFocusedStack("Top activity's stack must also be on top", frontStackId); in waitAndAssertTopResumedActivity()