Home
last modified time | relevance | path

Searched refs:stopDhcp (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
DEthernetDataTracker.java82 NetworkUtils.stopDhcp(mIface); in interfaceLinkStateChanged()
138 NetworkUtils.stopDhcp(mIface); in interfaceRemoved()
234 NetworkUtils.stopDhcp(mIface); in teardown()
DDhcpStateMachine.java266 if (!NetworkUtils.stopDhcp(mInterfaceName)) { in processMessage()
307 if (!NetworkUtils.stopDhcp(mInterfaceName)) { in processMessage()
371 NetworkUtils.stopDhcp(mInterfaceName); in runDhcp()
DNetworkUtils.java87 public native static boolean stopDhcp(String interfaceName); in stopDhcp() method in NetworkUtils
/frameworks/base/core/java/android/bluetooth/
DBluetoothTetheringDataTracker.java292 NetworkUtils.stopDhcp(iface); in stopReverseTether()