Searched refs:runDhcp (Results 1 – 3 of 3) sorted by relevance
220 if (runDhcp(DhcpAction.START)) { in processMessage()248 if (runDhcp(DhcpAction.START)) { in processMessage()293 if (!runDhcp(DhcpAction.RENEW)) { in processMessage()328 if (runDhcp(DhcpAction.RENEW)) { in processMessage()349 private boolean runDhcp(DhcpAction dhcpAction) { in runDhcp() method in DhcpStateMachine357 success = NetworkUtils.runDhcp(mInterfaceName, dhcpResults); in runDhcp()
67 public native static boolean runDhcp(String interfaceName, DhcpResults dhcpResults); in runDhcp() method in NetworkUtils
287 if (!NetworkUtils.runDhcp(mIface, dhcpResults)) { in onRequestNetwork()