Searched defs:otherState (Results 1 – 3 of 3) sorted by relevance
62 public boolean hasHigherPriorityThan(BlocklistState otherState) { in hasHigherPriorityThan()
970 WaitBeforeOtherState(State otherState) { in WaitBeforeOtherState()1045 WaitBeforeStartState(State otherState) { in WaitBeforeStartState()1051 WaitBeforeRenewalState(State otherState) { in WaitBeforeRenewalState()1057 WaitBeforeObtainingConfigurationState(State otherState) { in WaitBeforeObtainingConfigurationState()
775 int otherState = (currentState == STATE_DEFAULT) ? STATE_FOREGROUND : STATE_DEFAULT; in testUidTagStateDetails() local