Searched refs:checkState (Results 1 - 1 of 1) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/
H A DStreamConsumer.java115 if (checkState(State.SHOULD_STOP_CONSUMING)) {
123 while (checkState(State.CONSUMING)) {
131 if (checkState(State.SHOULD_STOP_CONSUMING)) {
154 while (checkState(State.WAITING)) {
165 if (checkState(State.FINISHED)) {
171 if (!(checkState(State.CONSUMING) || checkState(State.SHOULD_STOP_CONSUMING))) {
182 private synchronized boolean checkState(State expectedState) { method in class:StreamConsumer

Completed in 71 milliseconds