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.java569 public DhcpClient makeDhcpClient(Context context, StateMachine controller, in makeDhcpClient() method in IpClient.Dependencies
571 return DhcpClient.makeDhcpClient(context, controller, ifParams, deps); in makeDhcpClient()
2026 mDhcpClient = mDependencies.makeDhcpClient(mContext, IpClient.this, mInterfaceParams, in startDhcpClient()
/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
DIpClientIntegrationTestCommon.java397 public DhcpClient makeDhcpClient(Context context, StateMachine controller, in makeDhcpClient() method in IpClientIntegrationTestCommon.Dependencies
399 mDhcpClient = DhcpClient.makeDhcpClient(context, controller, ifParams, deps); in makeDhcpClient()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java530 public static DhcpClient makeDhcpClient( in makeDhcpClient() method in DhcpClient