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

/frameworks/base/services/net/java/android/net/ip/
H A DIpClient.java85 * IpClient
92 * IpClient is designed to be instantiated as soon as the interface name is
98 public class IpClient extends StateMachine { class in inherits:StateMachine
102 private static final Class[] sMessageClasses = { IpClient.class, DhcpClient.class };
111 // we should print IpClient logs (filter out all others).
137 * Callbacks for handling IpClient events.
139 * These methods are called by IpClient on its own thread. Implementations
142 * methods of the same IpClient instance.
149 // IpClient#completedPreDhcpAction() to indicate that DHCP is clear
172 // Called when the IpClient stat
683 public IpClient(Context context, String ifName, Callback callback) { method in class:IpClient
691 public IpClient(Context context, String ifName, Callback callback, method in class:IpClient
700 IpClient(Context context, String ifName, Callback callback, Dependencies deps) { method in class:IpClient
[all...]

Completed in 101 milliseconds