Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2151 final File pendingPdfFile = new File(getDocumentsDir(), NONMEDIA_FILE_NAME); in testOpenPendingAndTrashed() local
2161 pendingPdfFileUri = createPendingFile(pendingPdfFile); in testOpenPendingAndTrashed()
2212 final File pendingPdfFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testDeletePendingAndTrashed_ownerCanDelete() local
2222 pendingPdfFilePath = getFilePathFromUri(createPendingFile(pendingPdfFile)); in testDeletePendingAndTrashed_ownerCanDelete()
2231 deleteFiles(pendingVideoFile, trashedImageFile, pendingPdfFile, trashedPdfFile); in testDeletePendingAndTrashed_ownerCanDelete()
2239 final File pendingPdfFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testDeletePendingAndTrashed_otherAppCantDelete() local
2249 pendingPdfFilePath = getFilePathFromUri(createPendingFile(pendingPdfFile)); in testDeletePendingAndTrashed_otherAppCantDelete()
2258 deleteFiles(pendingVideoFile, trashedImageFile, pendingPdfFile, trashedPdfFile); in testDeletePendingAndTrashed_otherAppCantDelete()
2266 final File pendingPdfFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testDeletePendingAndTrashed_fileManagerCanDelete() local
2276 pendingPdfFilePath = getFilePathFromUri(createPendingFile(pendingPdfFile)); in testDeletePendingAndTrashed_fileManagerCanDelete()
[all …]