Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/inputmethod/
DEnabledKeyboardPreferenceControllerTest.java248 subtypes.add(createSubtype(1, "en_US")); in createSubtypes()
249 subtypes.add(createSubtype(2, "de_BE")); in createSubtypes()
250 subtypes.add(createSubtype(3, "oc-FR")); in createSubtypes()
254 private static InputMethodSubtype createSubtype(int id, String locale) { in createSubtype() method in EnabledKeyboardPreferenceControllerTest
DInputMethodUtilTest.java342 subtypes.add(createSubtype(1, "en_US")); in createSubtypes()
343 subtypes.add(createSubtype(2, "de_BE")); in createSubtypes()
344 subtypes.add(createSubtype(3, "oc-FR")); in createSubtypes()
348 private static InputMethodSubtype createSubtype(int id, String locale) { in createSubtype() method in InputMethodUtilTest
DKeyboardManagementPreferenceControllerTest.java1030 subtypes.add(createSubtype(1, "en_US")); in createSubtypes()
1031 subtypes.add(createSubtype(2, "de_BE")); in createSubtypes()
1032 subtypes.add(createSubtype(3, "oc-FR")); in createSubtypes()
1036 private static InputMethodSubtype createSubtype(int id, String locale) { in createSubtype() method in KeyboardManagementPreferenceControllerTest