Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java527 public DhcpClient makeDhcpClient(Context context, StateMachine controller, in makeDhcpClient() method in IpClient.Dependencies
529 return DhcpClient.makeDhcpClient(context, controller, ifParams, deps); in makeDhcpClient()
1749 mDhcpClient = mDependencies.makeDhcpClient(mContext, IpClient.this, mInterfaceParams, in startDhcpClient()
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTest.java315 public DhcpClient makeDhcpClient(Context context, StateMachine controller, in makeDhcpClient() method in IpClientIntegrationTest.Dependencies
317 mDhcpClient = DhcpClient.makeDhcpClient(context, controller, ifParams, deps); in makeDhcpClient()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java508 public static DhcpClient makeDhcpClient( in makeDhcpClient() method in DhcpClient