Searched refs:trashedPdfFile (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/ |
D | ScopedStorageDeviceTest.java | 2152 final File trashedPdfFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testOpenPendingAndTrashed() local 2167 trashedPdfFileUri = createTrashedFile(trashedPdfFile); in testOpenPendingAndTrashed() 2172 trashedPdfFile); in testOpenPendingAndTrashed() 2213 final File trashedPdfFile = new File(getDocumentsDir(), NONMEDIA_FILE_NAME); in testDeletePendingAndTrashed_ownerCanDelete() local 2223 trashedPdfFilePath = getFilePathFromUri(createTrashedFile(trashedPdfFile)); in testDeletePendingAndTrashed_ownerCanDelete() 2231 deleteFiles(pendingVideoFile, trashedImageFile, pendingPdfFile, trashedPdfFile); in testDeletePendingAndTrashed_ownerCanDelete() 2240 final File trashedPdfFile = new File(getDocumentsDir(), NONMEDIA_FILE_NAME); in testDeletePendingAndTrashed_otherAppCantDelete() local 2250 trashedPdfFilePath = getFilePathFromUri(createTrashedFile(trashedPdfFile)); in testDeletePendingAndTrashed_otherAppCantDelete() 2258 deleteFiles(pendingVideoFile, trashedImageFile, pendingPdfFile, trashedPdfFile); in testDeletePendingAndTrashed_otherAppCantDelete() 2267 final File trashedPdfFile = new File(getDocumentsDir(), NONMEDIA_FILE_NAME); in testDeletePendingAndTrashed_fileManagerCanDelete() local [all …]
|