Home
last modified time | relevance | path

Searched defs:wrongFile (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/
H A DModelFileManagerImplTest.java363 File wrongFile = new File(rootTestDir, "wrong.model"); in regularFileFullMatchLister() local
364 Files.copy(TestDataUtils.getTestAnnotatorModelFile(), wrongFile); in regularFileFullMatchLister() local