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.java781 List<DisplayContent> getDisplayStateAfterChange(int expectedDisplayCount) { in getDisplayStateAfterChange() argument
782 return Condition.waitForResult("the correct number of displays=" + expectedDisplayCount, in getDisplayStateAfterChange()
787 displays -> areDisplaysValid(displays, expectedDisplayCount))); in getDisplayStateAfterChange()
790 private boolean areDisplaysValid(List<DisplayContent> displays, int expectedDisplayCount) { in areDisplaysValid() argument
791 if (displays.size() != expectedDisplayCount) { in areDisplaysValid()