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

  /frameworks/base/core/java/android/net/
DhcpStateMachine.java 220 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) {
357 success = NetworkUtils.runDhcp(mInterfaceName, dhcpResults);
EthernetDataTracker.java 165 private void runDhcp() {
169 if (!NetworkUtils.runDhcp(mIface, dhcpResults)) {
267 runDhcp();
NetworkUtils.java 70 public native static boolean runDhcp(String interfaceName, DhcpResults dhcpResults);
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 322 boolean success = NetworkUtils.runDhcp(linkProperties.getInterfaceName(),

Completed in 49 milliseconds