Searched refs:allSubtypesList (Results 1 – 2 of 2) sorted by relevance
51 final ArrayList<InputMethodSubtype> allSubtypesList = getAllSubtypesList(); in testAllSubtypesCount() local52 assertEquals(toString(allSubtypesList), NUMBER_OF_SUBTYPES, allSubtypesList.size()); in testAllSubtypesCount()
57 final ArrayList<InputMethodSubtype> allSubtypesList = new ArrayList<>(); in setUp() local62 allSubtypesList.add(subtype); in setUp()64 mAllSubtypesList = Collections.unmodifiableList(allSubtypesList); in setUp()