Searched refs:mAllSubtypesList (Results 1 – 2 of 2) sorted by relevance
46 private List<InputMethodSubtype> mAllSubtypesList; field in KeyboardTextsSetTests64 mAllSubtypesList = Collections.unmodifiableList(allSubtypesList); in setUp()74 for (final InputMethodSubtype subtype : mAllSubtypesList) { in testSwitchToAlphaKeyLabel()101 for (final InputMethodSubtype subtype : mAllSubtypesList) { in testTextFromResources()
43 private final ArrayList<InputMethodSubtype> mAllSubtypesList = new ArrayList<>(); field in KeyboardLayoutSetTestsBase95 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()