Searched refs:expectedDisplayCount (Results 1 – 1 of 1) sorted by relevance
594 protected List<DisplayContent> getDisplayStateAfterChange(int expectedDisplayCount) { in getDisplayStateAfterChange() argument595 return Condition.waitForResult("the correct number of displays=" + expectedDisplayCount, in getDisplayStateAfterChange()600 displays -> areDisplaysValid(displays, expectedDisplayCount))); in getDisplayStateAfterChange()603 private boolean areDisplaysValid(List<DisplayContent> displays, int expectedDisplayCount) { in areDisplaysValid() argument604 if (displays.size() != expectedDisplayCount) { in areDisplaysValid()