HomeSort by relevance Sort by last modified time
    Searched defs:DhcpStateMachine (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/dhcp/
DhcpStateMachine.java 27 interface DhcpStateMachine {
  /frameworks/base/core/java/android/net/
DhcpStateMachine.java 50 public class DhcpStateMachine extends StateMachine {
52 private static final String TAG = "DhcpStateMachine";
56 /* A StateMachine that controls the DhcpStateMachine */
112 private DhcpStateMachine(Context context, StateMachine controller, String intf) {
148 public static DhcpStateMachine makeDhcpStateMachine(Context context, StateMachine controller,
150 DhcpStateMachine dsm = new DhcpStateMachine(context, controller, intf);
169 * Quit the DhcpStateMachine.

Completed in 42 milliseconds