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