Searched defs:DhcpStateMachine (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/dhcp/
H A DDhcpStateMachine.java27 interface DhcpStateMachine { interface
/frameworks/base/core/java/android/net/
H A DDhcpStateMachine.java50 public class DhcpStateMachine extends StateMachine { class in inherits:StateMachine
52 private static final String TAG = "DhcpStateMachine";
56 /* A StateMachine that controls the DhcpStateMachine */
112 private DhcpStateMachine(Context context, StateMachine controller, String intf) { method in class:DhcpStateMachine
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