Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
H A DInputMethodUtilsTest.java219 final InputMethodSubtype nonAutoFr = createFakeInputMethodSubtype("fr_CA", in testGetImplicitlyApplicableSubtypesLocked()
222 final InputMethodSubtype nonAutoFil = createFakeInputMethodSubtype("fil", in testGetImplicitlyApplicableSubtypesLocked()
225 final InputMethodSubtype nonAutoIn = createFakeInputMethodSubtype("in", in testGetImplicitlyApplicableSubtypesLocked()
228 final InputMethodSubtype nonAutoId = createFakeInputMethodSubtype("id", in testGetImplicitlyApplicableSubtypesLocked()
231 final InputMethodSubtype autoSubtype = createFakeInputMethodSubtype("auto", in testGetImplicitlyApplicableSubtypesLocked()
234 final InputMethodSubtype nonAutoJa = createFakeInputMethodSubtype("ja", in testGetImplicitlyApplicableSubtypesLocked()
237 final InputMethodSubtype nonAutoHi = createFakeInputMethodSubtype("hi", in testGetImplicitlyApplicableSubtypesLocked()
263 createFakeInputMethodSubtype("zz", SUBTYPE_MODE_KEYBOARD, !IS_AUX, in testGetImplicitlyApplicableSubtypesLocked()
267 createFakeInputMethodSubtype("zz", SUBTYPE_MODE_KEYBOARD, !IS_AUX, in testGetImplicitlyApplicableSubtypesLocked()
676 final InputMethodSubtype nonAutoIn = createFakeInputMethodSubtype("in", in testContainsSubtypeOf()
[all …]