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.java470 final File validFile = new File(obtainPath()); in testTypefaceBuilder_fallback() local
476 assertNull(new Typeface.Builder(validFile) in testTypefaceBuilder_fallback()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2561 File validFile = new File(getDownloadDir(), NONMEDIA_FILE_NAME); in testCantCreateOrRenameFileWithInvalidName() local
2568 assertThat(validFile.createNewFile()).isTrue(); in testCantCreateOrRenameFileWithInvalidName()
2570 assertCantRenameFile(validFile, invalidFile); in testCantCreateOrRenameFileWithInvalidName()
2573 validFile.delete(); in testCantCreateOrRenameFileWithInvalidName()