Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1135 File lowerCaseFile = new File(getDownloadDir(), "cache_consistency_for_case_insensitivity"); in testCacheConsistencyForCaseInsensitivity() local
1141 ParcelFileDescriptor.open(lowerCaseFile, MODE_READ_WRITE | MODE_CREATE); in testCacheConsistencyForCaseInsensitivity()
1147 lowerCaseFile.delete(); in testCacheConsistencyForCaseInsensitivity()