Home
last modified time | relevance | path

Searched refs:runDhcp (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
DDhcpStateMachine.java205 if (runDhcp(DhcpAction.START)) { in processMessage()
233 if (runDhcp(DhcpAction.START)) { in processMessage()
278 if (!runDhcp(DhcpAction.RENEW)) { in processMessage()
313 if (runDhcp(DhcpAction.RENEW)) { in processMessage()
334 private boolean runDhcp(DhcpAction dhcpAction) { in runDhcp() method in DhcpStateMachine
340 success = NetworkUtils.runDhcp(mInterfaceName, dhcpInfoInternal); in runDhcp()
DEthernetDataTracker.java129 runDhcp(); in interfaceAdded()
153 private void runDhcp() { in runDhcp() method in EthernetDataTracker
157 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) { in runDhcp()
243 runDhcp(); in reconnect()
DNetworkUtils.java69 public native static boolean runDhcp(String interfaceName, DhcpInfoInternal ipInfo); in runDhcp() method in NetworkUtils
/frameworks/base/core/java/android/bluetooth/
DBluetoothTetheringDataTracker.java271 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) { in startReverseTether()