Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1503 final File topLevelVideoFile = new File(getExternalStorageDir(), VIDEO_FILE_NAME); in testSystemGalleryCanRenameImagesAndVideos() local
1522 assertCanRenameFile(videoFile, topLevelVideoFile); in testSystemGalleryCanRenameImagesAndVideos()
1523 assertFileContent(topLevelVideoFile, BYTES_DATA1); in testSystemGalleryCanRenameImagesAndVideos()
1525 assertCanRenameFile(topLevelVideoFile, imageFile); in testSystemGalleryCanRenameImagesAndVideos()
1536 topLevelVideoFile.delete(); in testSystemGalleryCanRenameImagesAndVideos()