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

/frameworks/base/core/java/android/net/
H A DDhcpStateMachine.java205 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) { method in class:DhcpStateMachine
340 success = NetworkUtils.runDhcp(mInterfaceName, dhcpInfoInternal);
H A DEthernetDataTracker.java129 runDhcp();
153 private void runDhcp() { method in class:EthernetDataTracker
157 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) {
243 runDhcp();
H A DNetworkUtils.java69 public native static boolean runDhcp(String interfaceName, DhcpInfoInternal ipInfo); method in class:NetworkUtils
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java271 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) {

Completed in 290 milliseconds