Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1552 final File videoFile1 = new File(getDcimDir(), VIDEO_FILE_NAME); in testRenameFile() local
1570 assertThat(videoFile1.createNewFile()).isTrue(); in testRenameFile()
1572 assertCanRenameFile(videoFile1, videoFile2); in testRenameFile()
1578 videoFile1.delete(); in testRenameFile()
1615 final File videoFile1 = new File(getDcimDir(), VIDEO_FILE_NAME); in testRenameAndReplaceFile() local
1619 assertThat(videoFile1.createNewFile()).isTrue(); in testRenameAndReplaceFile()
1621 final Uri uriVideoFile1 = MediaStore.scanFile(cr, videoFile1); in testRenameAndReplaceFile()
1625 assertCanRenameFile(videoFile1, videoFile2); in testRenameAndReplaceFile()
1635 videoFile1.delete(); in testRenameAndReplaceFile()
1678 final File videoFile1 = new File(getDcimDir(), VIDEO_FILE_NAME); in testRenameFileNotOwned() local
[all …]