Searched refs:otherState (Results 1 – 2 of 2) sorted by relevance
971 WaitBeforeOtherState(State otherState) { in WaitBeforeOtherState() argument972 mOtherState = otherState; in WaitBeforeOtherState()1055 WaitBeforeStartState(State otherState) { in WaitBeforeStartState() argument1056 super(otherState); in WaitBeforeStartState()1061 WaitBeforeRenewalState(State otherState) { in WaitBeforeRenewalState() argument1062 super(otherState); in WaitBeforeRenewalState()1067 WaitBeforeObtainingConfigurationState(State otherState) { in WaitBeforeObtainingConfigurationState() argument1068 super(otherState); in WaitBeforeObtainingConfigurationState()
780 int otherState = (currentState == STATE_DEFAULT) ? STATE_FOREGROUND : STATE_DEFAULT; in testUidTagStateDetails() local786 int[] statesWithNoTraffic = {otherState}; in testUidTagStateDetails()