Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java1214 File upperCaseFile = new File(getDownloadDir(), "CACHE_CONSISTENCY_FOR_CASE_INSENSITIVITY"); in testCacheConsistencyForCaseInsensitivity() local
1218 ParcelFileDescriptor.open(upperCaseFile, MODE_READ_WRITE | MODE_CREATE); in testCacheConsistencyForCaseInsensitivity()
1225 upperCaseFile.delete(); in testCacheConsistencyForCaseInsensitivity()