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 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();
NetworkUtils.java 69 public native static boolean runDhcp(String interfaceName, DhcpInfoInternal ipInfo);
  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 271 if (!NetworkUtils.runDhcp(mIface, dhcpInfoInternal)) {

Completed in 218 milliseconds