HomeSort by relevance Sort by last modified time
    Searched defs:runDhcp (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/net/
NetworkUtils.java 69 public native static boolean runDhcp(String interfaceName, DhcpInfoInternal ipInfo);
DhcpStateMachine.java 205 if (runDhcp(DhcpAction.START)) {
233 if (runDhcp(DhcpAction.START)) {
278 if (!runDhcp(DhcpAction.RENEW)) {
313 if (runDhcp(DhcpAction.RENEW)) {
334 private boolean runDhcp(DhcpAction dhcpAction) {
340 success = NetworkUtils.runDhcp(mInterfaceName, dhcpInfoInternal);
EthernetDataTracker.java 129 runDhcp();
153 private void runDhcp() {
157 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) {
243 runDhcp();

Completed in 31 milliseconds