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

  /frameworks/base/core/java/android/net/
DhcpStateMachine.java 281 if (!NetworkUtils.stopDhcp(mInterfaceName)) {
322 if (!NetworkUtils.stopDhcp(mInterfaceName)) {
355 NetworkUtils.stopDhcp(mInterfaceName);
391 NetworkUtils.stopDhcp(mInterfaceName);
EthernetDataTracker.java 135 NetworkUtils.stopDhcp(mIface);
234 NetworkUtils.stopDhcp(mIface);
257 NetworkUtils.stopDhcp(mIface);
NetworkUtils.java 88 public native static boolean stopDhcp(String interfaceName);
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 356 NetworkUtils.stopDhcp(mLinkProperties.getInterfaceName());
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java     [all...]

Completed in 109 milliseconds