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.java800 public DhcpClient makeDhcpClient(Context context, StateMachine controller, in makeDhcpClient() method in IpClient.Dependencies
802 return DhcpClient.makeDhcpClient(context, controller, ifParams, deps); in makeDhcpClient()
2793 mDhcpClient = mDependencies.makeDhcpClient(mContext, IpClient.this, mInterfaceParams, in startDhcpClient()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java566 public static DhcpClient makeDhcpClient( in makeDhcpClient() method in DhcpClient
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/
DIpClientIntegrationTestCommon.java523 public DhcpClient makeDhcpClient(Context context, StateMachine controller, in makeDhcpClient() method in IpClientIntegrationTestCommon.Dependencies
525 mDhcpClient = DhcpClient.makeDhcpClient(context, controller, ifParams, deps); in makeDhcpClient()