HomeSort by relevance Sort by last modified time
    Searched refs:allSubtypesList (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
KeyboardLayoutSetSubtypesCountTests.java 51 final ArrayList<InputMethodSubtype> allSubtypesList = getAllSubtypesList();
52 assertEquals(toString(allSubtypesList), NUMBER_OF_SUBTYPES, allSubtypesList.size());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSetTests.java 44 final ArrayList<InputMethodSubtype> allSubtypesList = new ArrayList<>();
49 allSubtypesList.add(subtype);
51 mAllSubtypesList = Collections.unmodifiableList(allSubtypesList);

Completed in 68 milliseconds