Searched refs:runDhcp (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/
H A DDhcpStateMachine.java220 if (runDhcp(DhcpAction.START)) {
248 if (runDhcp(DhcpAction.START)) {
293 if (!runDhcp(DhcpAction.RENEW)) {
328 if (runDhcp(DhcpAction.RENEW)) {
349 private boolean runDhcp(DhcpAction dhcpAction) { method in class:DhcpStateMachine
355 success = NetworkUtils.runDhcp(mInterfaceName, dhcpInfoInternal);
H A DEthernetDataTracker.java170 private void runDhcp() { method in class:EthernetDataTracker
174 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) {
272 runDhcp();
H A DNetworkUtils.java69 public native static boolean runDhcp(String interfaceName, DhcpInfoInternal ipInfo); method in class:NetworkUtils

Completed in 839 milliseconds