Searched refs:minState (Results 1 – 1 of 1) sorted by relevance
81 public void checkStateAtLeast(String caller, int minState) { in checkStateAtLeast() argument82 if (mState < minState) { in checkStateAtLeast()84 + stateToString(mState) + "; expected at least " + stateToString(minState)); in checkStateAtLeast()