Searched refs:runDhcp (Results 1 – 4 of 4) sorted by relevance
205 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 DhcpStateMachine340 success = NetworkUtils.runDhcp(mInterfaceName, dhcpInfoInternal); in runDhcp()
129 runDhcp(); in interfaceAdded()153 private void runDhcp() { in runDhcp() method in EthernetDataTracker157 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) { in runDhcp()243 runDhcp(); in reconnect()
69 public native static boolean runDhcp(String interfaceName, DhcpInfoInternal ipInfo); in runDhcp() method in NetworkUtils
271 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) { in startReverseTether()