Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerDisplayTests.java179 final int focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testVrActivityLaunch()
229 final int focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testVrActivityReLaunch()
276 final int focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testActivityLaunchPostVr()
519 frontStackId = mAmWmState.getAmState().getFocusedStackId(); in testLaunchNonResizeableActivityFromSecondaryDisplayNewTask()
679 final int defaultDisplayStackId = mAmWmState.getAmState().getFocusedStackId(); in testMoveTaskBetweenDisplays()
688 int focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testMoveTaskBetweenDisplays()
697 focusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testMoveTaskBetweenDisplays()
868 final int defaultDisplayFocusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testPermissionLaunchFromSystem()
878 final int externalFocusedStackId = mAmWmState.getAmState().getFocusedStackId(); in testPermissionLaunchFromSystem()
894 externalFocusedStackId, mAmWmState.getAmState().getFocusedStackId()); in testPermissionLaunchFromSystem()
[all …]
DActivityManagerPinnedStackTests.java1020 final int defaultDisplayStackId = mAmWmState.getAmState().getFocusedStackId(); in testDisplayMetricsPinUnpin()
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DActivityAndWindowManagersState.java258 waitForWithAmState(device, state -> state.getFocusedStackId() == stackId, in waitForFocusedStack()
473 assertEquals(msg, stackId, mAmState.getFocusedStackId()); in assertFocusedStack()
477 if (stackId == mAmState.getFocusedStackId()) { in assertNotFocusedStack()
478 failNotEquals(msg, stackId, mAmState.getFocusedStackId()); in assertNotFocusedStack()
DActivityManagerState.java205 int getFocusedStackId() { in getFocusedStackId() method in ActivityManagerState