Searched refs:uriId (Results 1 – 2 of 2) sorted by relevance
258 long uriId = mDownloadManager.enqueue(requestUri); in testDownloadManagerDestination() local272 receiver.waitForDownloadComplete(SHORT_TIMEOUT, uriId, extFileId, publicId); in testDownloadManagerDestination()274 assertSuccessfulDownload(uriId, uriLocation); in testDownloadManagerDestination()278 assertRemoveDownload(uriId, allDownloads - 1); in testDownloadManagerDestination()533 long uriId = mDownloadManager.enqueue(request); in testDownloadNotVisibleInUi() local538 receiver.waitForDownloadComplete(SHORT_TIMEOUT, uriId); in testDownloadNotVisibleInUi()540 assertSuccessfulDownload(uriId, uriLocation); in testDownloadNotVisibleInUi()542 assertRemoveDownload(uriId, 0); in testDownloadNotVisibleInUi()
508 final String uriId = redactedUri.getLastPathSegment(); in testRedactedUriCommon() local509 assertThat(uriId.startsWith("RUID")).isTrue(); in testRedactedUriCommon()510 assertEquals(uriId.length(), 36); in testRedactedUriCommon()