Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2015 final File hiddenImageFile1 = new File(getDcimDir(), hiddenFileName); in testCanRenameHiddenFile() local
2019 assertThat(hiddenImageFile1.createNewFile()).isTrue(); in testCanRenameHiddenFile()
2020 assertCanRenameFile(hiddenImageFile1, hiddenImageFile2); in testCanRenameHiddenFile()
2028 assertCanRenameFile(imageFile, hiddenImageFile1); in testCanRenameHiddenFile()
2029 assertNotMediaTypeImage(hiddenImageFile1); in testCanRenameHiddenFile()
2031 hiddenImageFile1.delete(); in testCanRenameHiddenFile()