Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java292 public static DhcpClient makeDhcpClient( in makeDhcpClient() method in DhcpClient
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java1185 mDhcpClient = DhcpClient.makeDhcpClient(mContext, IpClient.this, mInterfaceParams); in startIPv4()