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.java945 WaitBeforeOtherState(State otherState) { in WaitBeforeOtherState() argument
946 mOtherState = otherState; in WaitBeforeOtherState()
1020 WaitBeforeStartState(State otherState) { in WaitBeforeStartState() argument
1021 super(otherState); in WaitBeforeStartState()
1026 WaitBeforeRenewalState(State otherState) { in WaitBeforeRenewalState() argument
1027 super(otherState); in WaitBeforeRenewalState()
1032 WaitBeforeObtainingConfigurationState(State otherState) { in WaitBeforeObtainingConfigurationState() argument
1033 super(otherState); in WaitBeforeObtainingConfigurationState()