Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/dhcp/
DDhcpClient.java208 private State mWaitBeforeStartState = new WaitBeforeStartState(mDhcpInitState);
565 class WaitBeforeStartState extends WaitBeforeOtherState { class in DhcpClient
566 public WaitBeforeStartState(State otherState) { in WaitBeforeStartState() method in DhcpClient.WaitBeforeStartState