Home
last modified time | relevance | path

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

/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java176 final Uri downloadUri = mDownloadManager.getUriForDownloadedFile(id); in testAddCompletedDownload_publicDirs()
207 final Uri downloadUri = mDownloadManager.getUriForDownloadedFile(downloadId); in testDownloadManager_mediaStoreEntry()
256 final Uri downloadUri = mDownloadManager.getUriForDownloadedFile(downloadId); in testAddCompletedDownload_mediaStoreEntry()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java562 final Uri downloadUri = mDownloadManager.getUriForDownloadedFile(id); in testAddCompletedDownload()
586 final Uri downloadUri = mDownloadManager.getUriForDownloadedFile(id); in testAddCompletedDownload_downloadDir()
706 final Uri downloadUri = mDownloadManager.getUriForDownloadedFile(id); in testDownload_mediaScanned()
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DMediaPlayerDrmTestBase.java194 file = mediaDownloadManager.getUriForDownloadedFile(id); in playModularDrmVideoDownload()
1087 public Uri getUriForDownloadedFile(long id) { in getUriForDownloadedFile() method in MediaPlayerDrmTestBase.MediaDownloadManager
1088 return mDownloadManager.getUriForDownloadedFile(id); in getUriForDownloadedFile()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt5643 method public android.net.Uri getUriForDownloadedFile(long);