Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activitymanager/src/android/server/cts/
DActivityManagerDockedStackTests.java78 int taskNumberInitial = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID) in testLaunchToSideAndBringToFront()
86 int taskNumberCovered = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID) in testLaunchToSideAndBringToFront()
96 int taskNumberFinal = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID) in testLaunchToSideAndBringToFront()
111 int taskNumberInitial = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID) in testLaunchToSideMultiple()
120 int taskNumberFinal = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID) in testLaunchToSideMultiple()
150 int taskNumberInitial = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID) in launchTargetToSide()
160 .getStackById(FULLSCREEN_WORKSPACE_STACK_ID).getTasks().size(); in launchTargetToSide()
177 int taskNumberFinal = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID) in launchTargetToSide()
200 int taskNumberInitial = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID) in testLaunchToSideMultipleWithFlag()
209 int taskNumberFinal = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID) in testLaunchToSideMultipleWithFlag()
[all …]
DActivityManagerState.java189 return getStackById(stackId) != null; in containsStack()
192 ActivityStack getStackById(int stackId) { in getStackById() method in ActivityManagerState
DActivityAndWindowManagersState.java403 mAmState.getStackById(ActivityManagerTestBase.DOCKED_STACK_ID).mDisplayId); in assertDockedTaskBounds()