Searched defs:enqueue (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/utillib/src/coretestutils/http/
H A DMockWebServer.java94 public void enqueue(MockResponse response) { method in class:MockWebServer
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java368 long enqueue = mDownloadManager.enqueue(request);
375 return downloadSuccessful(enqueue);
384 if (!downloadSuccessful(enqueue)) {
411 * @param enqueue the id used to identify/query the DownloadManager with.
414 private boolean downloadSuccessful(long enqueue) { argument
416 query.setFilterById(enqueue);
/frameworks/base/core/java/android/app/
H A DDownloadManager.java509 * should be called before {@link DownloadManager#enqueue(Request)} is called.
883 public long enqueue(Request request) { method in class:DownloadManager

Completed in 95 milliseconds