Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceTest.java431 final File validFile = new File(obtainPath()); in testTypefaceBuilder_fallback() local
437 assertNull(new Typeface.Builder(validFile) in testTypefaceBuilder_fallback()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2367 File validFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testCantCreateOrRenameFileWithInvalidName() local
2374 assertThat(validFile.createNewFile()).isTrue(); in testCantCreateOrRenameFileWithInvalidName()
2376 assertCantRenameFile(validFile, invalidFile); in testCantCreateOrRenameFileWithInvalidName()
2379 validFile.delete(); in testCantCreateOrRenameFileWithInvalidName()