Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DVrDisplayTests.java134 final int focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testVrActivityLaunch()
184 final int focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testVrActivityReLaunch()
234 final int focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testActivityLaunchPostVr()
DMultiDisplaySecurityTests.java113 final int externalFocusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testLaunchWithoutPermissionOnVirtualDisplayByOwner()
122 externalFocusedStackId, mAmWmState.getAmState().getFocusedStackId()); in testLaunchWithoutPermissionOnVirtualDisplayByOwner()
520 final int defaultDisplayFocusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testPermissionLaunchFromShell()
627 final int defaultDisplayFocusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testPermissionLaunchFromOwner()
666 final int defaultDisplayFocusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testPermissionLaunchFromDifferentApp()
DMultiDisplayActivityLaunchTests.java318 final int newFrontStackId = mAmWmState.getAmState().getFocusedStackId(); in testLaunchNonResizeableActivityFromSecondaryDisplayNewTask()
694 stackId, mAmWmState.getAmState().getFocusedStackId()); in testTaskMatchOrderAcrossDisplays()
DMultiDisplayPolicyTests.java413 final int defaultDisplayStackId = mAmWmState.getAmState().getFocusedStackId(); in testMoveTaskBetweenDisplays()
/cts/tests/tests/keystore/src/android/server/am/
DActivityAndWindowManagersState.java153 waitForWithAmState(state -> state.getFocusedStackId() == stackId, in waitForFocusedStack()
336 assertEquals(msg, stackId, mAmState.getFocusedStackId()); in assertFocusedStack()
DActivityManagerState.java168 int getFocusedStackId() { in getFocusedStackId() method in ActivityManagerState
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityAndWindowManagersState.java324 waitForWithAmState(state -> state.getFocusedStackId() == stackId, in waitForFocusedStack()
598 assertEquals(msg, stackId, mAmState.getFocusedStackId()); in assertFocusedStack()
DActivityManagerState.java233 int getFocusedStackId() { in getFocusedStackId() method in ActivityManagerState