Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1885 final File hiddenImageFile1 = new File(getDcimDir(), hiddenFileName); in testCanRenameHiddenFile() local
1889 assertThat(hiddenImageFile1.createNewFile()).isTrue(); in testCanRenameHiddenFile()
1890 assertCanRenameFile(hiddenImageFile1, hiddenImageFile2); in testCanRenameHiddenFile()
1898 assertCanRenameFile(imageFile, hiddenImageFile1); in testCanRenameHiddenFile()
1899 assertNotMediaTypeImage(hiddenImageFile1); in testCanRenameHiddenFile()
1901 hiddenImageFile1.delete(); in testCanRenameHiddenFile()