Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java1594 final File topLevelVideoFile = new File(getExternalStorageDir(), VIDEO_FILE_NAME); in testSystemGalleryCanRenameImagesAndVideos() local
1613 assertCanRenameFile(videoFile, topLevelVideoFile); in testSystemGalleryCanRenameImagesAndVideos()
1614 assertFileContent(topLevelVideoFile, BYTES_DATA1); in testSystemGalleryCanRenameImagesAndVideos()
1616 assertCanRenameFile(topLevelVideoFile, imageFile); in testSystemGalleryCanRenameImagesAndVideos()
1627 topLevelVideoFile.delete(); in testSystemGalleryCanRenameImagesAndVideos()