Searched refs:shouldReset (Results 1 – 2 of 2) sorted by relevance
566 boolean shouldReset = true; in tryToConsumeSecondEOFRecord()572 shouldReset = !isEOFRecord(readRecord()); in tryToConsumeSecondEOFRecord()574 if (shouldReset && marked) { in tryToConsumeSecondEOFRecord()
17 public void shouldReset() throws Exception { in shouldReset() method in ShadowWindowManagerGlobalUnitTest