Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2216 String trashedImageFilePath = null; in testDeletePendingAndTrashed_ownerCanDelete() local
2221 trashedImageFilePath = getFilePathFromUri(createTrashedFile(trashedImageFile)); in testDeletePendingAndTrashed_ownerCanDelete()
2226 assertCanDeletePaths(pendingVideoFilePath, trashedImageFilePath, pendingPdfFilePath, in testDeletePendingAndTrashed_ownerCanDelete()
2229 deletePaths(pendingVideoFilePath, trashedImageFilePath, pendingPdfFilePath, in testDeletePendingAndTrashed_ownerCanDelete()
2243 String trashedImageFilePath = null; in testDeletePendingAndTrashed_otherAppCantDelete() local
2248 trashedImageFilePath = getFilePathFromUri(createTrashedFile(trashedImageFile)); in testDeletePendingAndTrashed_otherAppCantDelete()
2253 assertCantDeletePathsAs(APP_A_HAS_RES, pendingVideoFilePath, trashedImageFilePath, in testDeletePendingAndTrashed_otherAppCantDelete()
2256 deletePaths(pendingVideoFilePath, trashedImageFilePath, pendingPdfFilePath, in testDeletePendingAndTrashed_otherAppCantDelete()
2270 String trashedImageFilePath = null; in testDeletePendingAndTrashed_fileManagerCanDelete() local
2275 trashedImageFilePath = getFilePathFromUri(createTrashedFile(trashedImageFile)); in testDeletePendingAndTrashed_fileManagerCanDelete()
[all …]