Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java258 long uriId = mDownloadManager.enqueue(requestUri); in testDownloadManagerDestination() local
272 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() local
538 receiver.waitForDownloadComplete(SHORT_TIMEOUT, uriId); in testDownloadNotVisibleInUi()
540 assertSuccessfulDownload(uriId, uriLocation); in testDownloadNotVisibleInUi()
542 assertRemoveDownload(uriId, 0); in testDownloadNotVisibleInUi()
/cts/hostsidetests/scopedstorage/redacturi/src/android/scopedstorage/cts/redacturi/
DRedactUriDeviceTest.java508 final String uriId = redactedUri.getLastPathSegment(); in testRedactedUriCommon() local
509 assertThat(uriId.startsWith("RUID")).isTrue(); in testRedactedUriCommon()
510 assertEquals(uriId.length(), 36); in testRedactedUriCommon()