Searched refs:expectedDisplayCount (Results 1 – 1 of 1) sorted by relevance
784 List<DisplayContent> getDisplayStateAfterChange(int expectedDisplayCount) { in getDisplayStateAfterChange() argument785 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() argument794 if (displays.size() != expectedDisplayCount) { in areDisplaysValid()