Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2021 final File pendingPdfFile = new File(getDocumentsDir(), NONMEDIA_FILE_NAME); in testOpenPendingAndTrashed() local
2031 pendingPdfFileUri = createPendingFile(pendingPdfFile); in testOpenPendingAndTrashed()
2082 final File pendingPdfFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testDeletePendingAndTrashed_ownerCanDelete() local
2092 pendingPdfFilePath = getFilePathFromUri(createPendingFile(pendingPdfFile)); in testDeletePendingAndTrashed_ownerCanDelete()
2101 deleteFiles(pendingVideoFile, trashedImageFile, pendingPdfFile, trashedPdfFile); in testDeletePendingAndTrashed_ownerCanDelete()
2109 final File pendingPdfFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testDeletePendingAndTrashed_otherAppCantDelete() local
2119 pendingPdfFilePath = getFilePathFromUri(createPendingFile(pendingPdfFile)); in testDeletePendingAndTrashed_otherAppCantDelete()
2128 deleteFiles(pendingVideoFile, trashedImageFile, pendingPdfFile, trashedPdfFile); in testDeletePendingAndTrashed_otherAppCantDelete()
2136 final File pendingPdfFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testDeletePendingAndTrashed_fileManagerCanDelete() local
2146 pendingPdfFilePath = getFilePathFromUri(createPendingFile(pendingPdfFile)); in testDeletePendingAndTrashed_fileManagerCanDelete()
[all …]