Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2022 final File trashedPdfFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testOpenPendingAndTrashed() local
2037 trashedPdfFileUri = createTrashedFile(trashedPdfFile); in testOpenPendingAndTrashed()
2042 trashedPdfFile); in testOpenPendingAndTrashed()
2083 final File trashedPdfFile = new File(getDocumentsDir(), NONMEDIA_FILE_NAME); in testDeletePendingAndTrashed_ownerCanDelete() local
2093 trashedPdfFilePath = getFilePathFromUri(createTrashedFile(trashedPdfFile)); in testDeletePendingAndTrashed_ownerCanDelete()
2101 deleteFiles(pendingVideoFile, trashedImageFile, pendingPdfFile, trashedPdfFile); in testDeletePendingAndTrashed_ownerCanDelete()
2110 final File trashedPdfFile = new File(getDocumentsDir(), NONMEDIA_FILE_NAME); in testDeletePendingAndTrashed_otherAppCantDelete() local
2120 trashedPdfFilePath = getFilePathFromUri(createTrashedFile(trashedPdfFile)); in testDeletePendingAndTrashed_otherAppCantDelete()
2128 deleteFiles(pendingVideoFile, trashedImageFile, pendingPdfFile, trashedPdfFile); in testDeletePendingAndTrashed_otherAppCantDelete()
2137 final File trashedPdfFile = new File(getDocumentsDir(), NONMEDIA_FILE_NAME); in testDeletePendingAndTrashed_fileManagerCanDelete() local
[all …]