Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A DKeyboardLayoutSetSubtypesCountTests.java51 final ArrayList<InputMethodSubtype> allSubtypesList = getAllSubtypesList(); in testAllSubtypesCount() local
52 assertEquals(toString(allSubtypesList), NUMBER_OF_SUBTYPES, allSubtypesList.size()); in testAllSubtypesCount()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardTextsSetTests.java57 final ArrayList<InputMethodSubtype> allSubtypesList = new ArrayList<>(); in setUp() local
62 allSubtypesList.add(subtype); in setUp()
64 mAllSubtypesList = Collections.unmodifiableList(allSubtypesList); in setUp()