Home
last modified time | relevance | path

Searched refs:getStandardTaskCountByWindowingMode (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplitScreenTests.java197 int taskNumberInitial = mAmWmState.getAmState().getStandardTaskCountByWindowingMode( in testLaunchToSideAndBringToFront()
204 int taskNumberCovered = mAmWmState.getAmState().getStandardTaskCountByWindowingMode( in testLaunchToSideAndBringToFront()
217 int taskNumberFinal = mAmWmState.getAmState().getStandardTaskCountByWindowingMode( in testLaunchToSideAndBringToFront()
232 int taskNumberInitial = mAmWmState.getAmState().getStandardTaskCountByWindowingMode( in testLaunchToSideMultiple()
241 int taskNumberFinal = mAmWmState.getAmState().getStandardTaskCountByWindowingMode( in testLaunchToSideMultiple()
291 int taskNumberInitial = mAmWmState.getAmState().getStandardTaskCountByWindowingMode( in launchTargetToSide()
300 int taskNumberSecondLaunch = mAmWmState.getAmState().getStandardTaskCountByWindowingMode( in launchTargetToSide()
320 int taskNumberFinal = mAmWmState.getAmState().getStandardTaskCountByWindowingMode( in launchTargetToSide()
341 int taskNumberInitial = mAmWmState.getAmState().getStandardTaskCountByWindowingMode( in testLaunchToSideMultipleWithFlag()
350 int taskNumberFinal = mAmWmState.getAmState().getStandardTaskCountByWindowingMode( in testLaunchToSideMultipleWithFlag()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerState.java327 public int getStandardTaskCountByWindowingMode(int windowingMode) { in getStandardTaskCountByWindowingMode() method in ActivityManagerState