Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2086 String trashedImageFilePath = null; in testDeletePendingAndTrashed_ownerCanDelete() local
2091 trashedImageFilePath = getFilePathFromUri(createTrashedFile(trashedImageFile)); in testDeletePendingAndTrashed_ownerCanDelete()
2096 assertCanDeletePaths(pendingVideoFilePath, trashedImageFilePath, pendingPdfFilePath, in testDeletePendingAndTrashed_ownerCanDelete()
2099 deletePaths(pendingVideoFilePath, trashedImageFilePath, pendingPdfFilePath, in testDeletePendingAndTrashed_ownerCanDelete()
2113 String trashedImageFilePath = null; in testDeletePendingAndTrashed_otherAppCantDelete() local
2118 trashedImageFilePath = getFilePathFromUri(createTrashedFile(trashedImageFile)); in testDeletePendingAndTrashed_otherAppCantDelete()
2123 assertCantDeletePathsAs(APP_A_HAS_RES, pendingVideoFilePath, trashedImageFilePath, in testDeletePendingAndTrashed_otherAppCantDelete()
2126 deletePaths(pendingVideoFilePath, trashedImageFilePath, pendingPdfFilePath, in testDeletePendingAndTrashed_otherAppCantDelete()
2140 String trashedImageFilePath = null; in testDeletePendingAndTrashed_fileManagerCanDelete() local
2145 trashedImageFilePath = getFilePathFromUri(createTrashedFile(trashedImageFile)); in testDeletePendingAndTrashed_fileManagerCanDelete()
[all …]