HomeSort by relevance Sort by last modified time
    Searched refs:getStackById (Results 1 - 5 of 5) sorted by null

  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerDockedStackTests.java 77 int taskNumberInitial = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID)
85 int taskNumberCovered = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID)
95 int taskNumberFinal = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID)
110 int taskNumberInitial = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID)
119 int taskNumberFinal = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID)
149 int taskNumberInitial = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID)
159 .getStackById(FULLSCREEN_WORKSPACE_STACK_ID).getTasks().size();
176 int taskNumberFinal = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID)
199 int taskNumberInitial = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID)
208 int taskNumberFinal = mAmWmState.getAmState().getStackById(FULLSCREEN_WORKSPACE_STACK_ID
    [all...]
ActivityManagerState.java 189 return getStackById(stackId) != null;
192 ActivityStack getStackById(int stackId) {
ActivityAndWindowManagersState.java 403 mAmState.getStackById(ActivityManagerTestBase.DOCKED_STACK_ID).mDisplayId);
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java 194 TaskStack getStackById(int stackId) {
WindowManagerService.java     [all...]

Completed in 87 milliseconds