Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayTestBase.java784 List<DisplayContent> getDisplayStateAfterChange(int expectedDisplayCount) { in getDisplayStateAfterChange() argument
785 return Condition.waitForResult("the correct number of displays=" + expectedDisplayCount, in getDisplayStateAfterChange()
790 displays -> areDisplaysValid(displays, expectedDisplayCount))); in getDisplayStateAfterChange()
793 private boolean areDisplaysValid(List<DisplayContent> displays, int expectedDisplayCount) { in areDisplaysValid() argument
794 if (displays.size() != expectedDisplayCount) { in areDisplaysValid()