Searched refs:getAllSubtypesList (Results 1 – 11 of 11) sorted by relevance
28 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionCustom()
31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionDone()
31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionGo()
31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionNext()
31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionNone()
31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionPrevious()
31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionSearch()
31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionSend()
31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionUnspecified()
51 final ArrayList<InputMethodSubtype> allSubtypesList = getAllSubtypesList(); in testAllSubtypesCount()
106 protected final ArrayList<InputMethodSubtype> getAllSubtypesList() { in getAllSubtypesList() method in KeyboardLayoutSetTestsBase