Home
last modified time | relevance | path

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

/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/
DModelFileManagerTest.java201 ModelFileManager.ModelFile matchLocaleModel = in findBestModel_languageIsMoreImportantThanVersion_bestModelComesFirst() local
212 .thenReturn(ImmutableList.of(matchLocaleModel, languageIndependentModel)); in findBestModel_languageIsMoreImportantThanVersion_bestModelComesFirst()
217 assertThat(bestModelFile).isEqualTo(matchLocaleModel); in findBestModel_languageIsMoreImportantThanVersion_bestModelComesFirst()