Home
last modified time | relevance | path

Searched refs:otherState (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java906 WaitBeforeOtherState(State otherState) { in WaitBeforeOtherState() argument
907 mOtherState = otherState; in WaitBeforeOtherState()
976 WaitBeforeStartState(State otherState) { in WaitBeforeStartState() argument
977 super(otherState); in WaitBeforeStartState()
982 WaitBeforeRenewalState(State otherState) { in WaitBeforeRenewalState() argument
983 super(otherState); in WaitBeforeRenewalState()
988 WaitBeforeObtainingConfigurationState(State otherState) { in WaitBeforeObtainingConfigurationState() argument
989 super(otherState); in WaitBeforeObtainingConfigurationState()