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

  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 234 assertTrue(mConnectionUtil.startDownloadAndWait(targetUrl, 500000));
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 361 public boolean startDownloadAndWait(String targetUrl, long timeout) {
372 Log.v(LOG_TAG, "startDownloadAndWait timed out, failed to fetch " + targetUrl +

Completed in 1202 milliseconds