Searched refs:getFocusedStackId (Results 1 – 8 of 8) sorted by relevance
134 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()
113 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()
318 final int newFrontStackId = mAmWmState.getAmState().getFocusedStackId(); in testLaunchNonResizeableActivityFromSecondaryDisplayNewTask()694 stackId, mAmWmState.getAmState().getFocusedStackId()); in testTaskMatchOrderAcrossDisplays()
413 final int defaultDisplayStackId = mAmWmState.getAmState().getFocusedStackId(); in testMoveTaskBetweenDisplays()
153 waitForWithAmState(state -> state.getFocusedStackId() == stackId, in waitForFocusedStack()336 assertEquals(msg, stackId, mAmState.getFocusedStackId()); in assertFocusedStack()
168 int getFocusedStackId() { in getFocusedStackId() method in ActivityManagerState
324 waitForWithAmState(state -> state.getFocusedStackId() == stackId, in waitForFocusedStack()598 assertEquals(msg, stackId, mAmState.getFocusedStackId()); in assertFocusedStack()
233 int getFocusedStackId() { in getFocusedStackId() method in ActivityManagerState