Home
last modified time | relevance | path

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

/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java52 File publicLocation = new File( in testSetDestinationUri_publicDir() local
55 deleteFromShell(publicLocation); in testSetDestinationUri_publicDir()
63 requestPublic.setDestinationUri(Uri.fromFile(publicLocation)); in testSetDestinationUri_publicDir()
70 assertSuccessfulDownload(id, publicLocation); in testSetDestinationUri_publicDir()
128 File publicLocation = new File( in testDestinationInExternalPublicDir() local
131 deleteFromShell(publicLocation); in testDestinationInExternalPublicDir()
147 assertSuccessfulDownload(id, publicLocation); in testDestinationInExternalPublicDir()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java246 File publicLocation = new File( in testDownloadManagerDestination() local
249 deleteFromShell(publicLocation); in testDownloadManagerDestination()
276 assertSuccessfulDownload(publicId, publicLocation); in testDownloadManagerDestination()