Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardTextsSetTests.java46 private List<InputMethodSubtype> mAllSubtypesList; field in KeyboardTextsSetTests
64 mAllSubtypesList = Collections.unmodifiableList(allSubtypesList); in setUp()
74 for (final InputMethodSubtype subtype : mAllSubtypesList) { in testSwitchToAlphaKeyLabel()
101 for (final InputMethodSubtype subtype : mAllSubtypesList) { in testTextFromResources()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSetTestsBase.java43 private final ArrayList<InputMethodSubtype> mAllSubtypesList = new ArrayList<>(); field in KeyboardLayoutSetTestsBase
95 mAllSubtypesList.add(imi.getSubtypeAt(index)); in setUp()
107 return mAllSubtypesList; in getAllSubtypesList()
113 for (final InputMethodSubtype subtype : mAllSubtypesList) { in getSubtypesFilteredBy()
127 for (final InputMethodSubtype subtype : mAllSubtypesList) { in getSubtype()