Searched refs:pendingPdfFilePath (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/ |
D | ScopedStorageDeviceTest.java | 2217 String pendingPdfFilePath = null; in testDeletePendingAndTrashed_ownerCanDelete() local 2222 pendingPdfFilePath = getFilePathFromUri(createPendingFile(pendingPdfFile)); in testDeletePendingAndTrashed_ownerCanDelete() 2226 assertCanDeletePaths(pendingVideoFilePath, trashedImageFilePath, pendingPdfFilePath, in testDeletePendingAndTrashed_ownerCanDelete() 2229 deletePaths(pendingVideoFilePath, trashedImageFilePath, pendingPdfFilePath, in testDeletePendingAndTrashed_ownerCanDelete() 2244 String pendingPdfFilePath = null; in testDeletePendingAndTrashed_otherAppCantDelete() local 2249 pendingPdfFilePath = getFilePathFromUri(createPendingFile(pendingPdfFile)); in testDeletePendingAndTrashed_otherAppCantDelete() 2254 pendingPdfFilePath, trashedPdfFilePath); in testDeletePendingAndTrashed_otherAppCantDelete() 2256 deletePaths(pendingVideoFilePath, trashedImageFilePath, pendingPdfFilePath, in testDeletePendingAndTrashed_otherAppCantDelete() 2271 String pendingPdfFilePath = null; in testDeletePendingAndTrashed_fileManagerCanDelete() local 2276 pendingPdfFilePath = getFilePathFromUri(createPendingFile(pendingPdfFile)); in testDeletePendingAndTrashed_fileManagerCanDelete() [all …]
|