Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2080 final File pendingVideoFile = new File(getDcimDir(), VIDEO_FILE_NAME); in testDeletePendingAndTrashed_ownerCanDelete() local
2090 pendingVideoFilePath = getFilePathFromUri(createPendingFile(pendingVideoFile)); in testDeletePendingAndTrashed_ownerCanDelete()
2101 deleteFiles(pendingVideoFile, trashedImageFile, pendingPdfFile, trashedPdfFile); in testDeletePendingAndTrashed_ownerCanDelete()
2107 final File pendingVideoFile = new File(getDcimDir(), VIDEO_FILE_NAME); in testDeletePendingAndTrashed_otherAppCantDelete() local
2117 pendingVideoFilePath = getFilePathFromUri(createPendingFile(pendingVideoFile)); in testDeletePendingAndTrashed_otherAppCantDelete()
2128 deleteFiles(pendingVideoFile, trashedImageFile, pendingPdfFile, trashedPdfFile); in testDeletePendingAndTrashed_otherAppCantDelete()
2134 final File pendingVideoFile = new File(getDcimDir(), VIDEO_FILE_NAME); in testDeletePendingAndTrashed_fileManagerCanDelete() local
2144 pendingVideoFilePath = getFilePathFromUri(createPendingFile(pendingVideoFile)); in testDeletePendingAndTrashed_fileManagerCanDelete()
2155 deleteFiles(pendingVideoFile, trashedImageFile, pendingPdfFile, trashedPdfFile); in testDeletePendingAndTrashed_fileManagerCanDelete()
2161 final File pendingVideoFile = new File(getDcimDir(), VIDEO_FILE_NAME); in testDeletePendingAndTrashed_systemGalleryCanDeleteMedia() local
[all …]