Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1134 File upperCaseFile = new File(getDownloadDir(), "CACHE_CONSISTENCY_FOR_CASE_INSENSITIVITY"); in testCacheConsistencyForCaseInsensitivity() local
1139 ParcelFileDescriptor.open(upperCaseFile, MODE_READ_WRITE | MODE_CREATE); in testCacheConsistencyForCaseInsensitivity()
1146 upperCaseFile.delete(); in testCacheConsistencyForCaseInsensitivity()