HomeSort by relevance Sort by last modified time
    Searched defs:runDhcp (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/net/
NetworkUtils.java 67 public native static boolean runDhcp(String interfaceName, DhcpResults dhcpResults);
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);
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 318 milliseconds