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);
NetworkUtils.java 67 public native static boolean runDhcp(String interfaceName, DhcpResults dhcpResults);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java 97 // In general runDhcp handles DHCP renewals for us, because
101 if (!NetworkUtils.runDhcp(linkProperties.getInterfaceName(), dhcpResults)) {
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 280 // In general runDhcp handles DHCP renewals for us, because
284 if (!NetworkUtils.runDhcp(mIface, dhcpResults)) {

Completed in 1775 milliseconds