Searched defs:downloadId (Results 1 – 5 of 5) sorted by relevance
52 int downloadId; in run() local
108 int downloadId; in run() local
443 public String getTestDownloadUrl(String downloadId, int numBytes) { in getTestDownloadUrl()814 String downloadId = uri.getQueryParameter(DOWNLOAD_ID_PARAMETER); in createTestDownloadResponse() local824 private static FileEntity createFileEntity(String downloadId, int numBytes) throws IOException { in createFileEntity()
232 long downloadId = downloadManager.enqueue(new DownloadManager.Request(uri)); in downloadUsingDownloadManager() local
414 private void assertDownloadQueryableById(long downloadId) { in assertDownloadQueryableById()