Home
last modified time | relevance | path

Searched refs:getAllSubtypesList (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
H A DLxxActionCustomTests.java28 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionCustom()
H A DLxxActionDoneTests.java31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionDone()
H A DLxxActionGoTests.java31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionGo()
H A DLxxActionNextTests.java31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionNext()
H A DLxxActionNoneTests.java31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionNone()
H A DLxxActionPreviousTests.java31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionPrevious()
H A DLxxActionSearchTests.java31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionSearch()
H A DLxxActionSendTests.java31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionSend()
H A DLxxActionUnspecifiedTests.java31 for (final InputMethodSubtype subtype : getAllSubtypesList()) { in testActionUnspecified()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A DKeyboardLayoutSetSubtypesCountTests.java51 final ArrayList<InputMethodSubtype> allSubtypesList = getAllSubtypesList(); in testAllSubtypesCount()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A DKeyboardLayoutSetTestsBase.java106 protected final ArrayList<InputMethodSubtype> getAllSubtypesList() { in getAllSubtypesList() method in KeyboardLayoutSetTestsBase