Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2087 String pendingPdfFilePath = null; in testDeletePendingAndTrashed_ownerCanDelete() local
2092 pendingPdfFilePath = getFilePathFromUri(createPendingFile(pendingPdfFile)); in testDeletePendingAndTrashed_ownerCanDelete()
2096 assertCanDeletePaths(pendingVideoFilePath, trashedImageFilePath, pendingPdfFilePath, in testDeletePendingAndTrashed_ownerCanDelete()
2099 deletePaths(pendingVideoFilePath, trashedImageFilePath, pendingPdfFilePath, in testDeletePendingAndTrashed_ownerCanDelete()
2114 String pendingPdfFilePath = null; in testDeletePendingAndTrashed_otherAppCantDelete() local
2119 pendingPdfFilePath = getFilePathFromUri(createPendingFile(pendingPdfFile)); in testDeletePendingAndTrashed_otherAppCantDelete()
2124 pendingPdfFilePath, trashedPdfFilePath); in testDeletePendingAndTrashed_otherAppCantDelete()
2126 deletePaths(pendingVideoFilePath, trashedImageFilePath, pendingPdfFilePath, in testDeletePendingAndTrashed_otherAppCantDelete()
2141 String pendingPdfFilePath = null; in testDeletePendingAndTrashed_fileManagerCanDelete() local
2146 pendingPdfFilePath = getFilePathFromUri(createPendingFile(pendingPdfFile)); in testDeletePendingAndTrashed_fileManagerCanDelete()
[all …]