Home
last modified time | relevance | path

Searched refs:downloadSuccessful (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java374 return downloadSuccessful(enqueue); in startDownloadAndWait()
383 if (!downloadSuccessful(enqueue)) { in startDownloadAndWait()
413 private boolean downloadSuccessful(long enqueue) { in downloadSuccessful() method in ConnectionUtil