Searched defs:mAllSubtypesList (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardTextsSetTests.java36 private List<InputMethodSubtype> mAllSubtypesList; field in class:KeyboardTextsSetTests
51 mAllSubtypesList = Collections.unmodifiableList(allSubtypesList);
60 for (final InputMethodSubtype subtype : mAllSubtypesList) {
86 for (final InputMethodSubtype subtype : mAllSubtypesList) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSetTestsBase.java41 private final ArrayList<InputMethodSubtype> mAllSubtypesList = new ArrayList<>(); field in class:KeyboardLayoutSetTestsBase
70 mAllSubtypesList.add(subtype);
78 return mAllSubtypesList;
96 for (final InputMethodSubtype subtype : mAllSubtypesList) {

Completed in 54 milliseconds