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.java237 subtypes.add(createSubtype(1, "en_US")); in createSubtypes()
238 subtypes.add(createSubtype(2, "de_BE")); in createSubtypes()
239 subtypes.add(createSubtype(3, "oc-FR")); in createSubtypes()
243 private static InputMethodSubtype createSubtype(int id, String locale) { in createSubtype() method in EnabledKeyboardPreferenceControllerTest
DInputMethodUtilTest.java294 subtypes.add(createSubtype(1, "en_US")); in createSubtypes()
295 subtypes.add(createSubtype(2, "de_BE")); in createSubtypes()
296 subtypes.add(createSubtype(3, "oc-FR")); in createSubtypes()
300 private static InputMethodSubtype createSubtype(int id, String locale) { in createSubtype() method in InputMethodUtilTest
DKeyboardManagementPreferenceControllerTest.java1019 subtypes.add(createSubtype(1, "en_US")); in createSubtypes()
1020 subtypes.add(createSubtype(2, "de_BE")); in createSubtypes()
1021 subtypes.add(createSubtype(3, "oc-FR")); in createSubtypes()
1025 private static InputMethodSubtype createSubtype(int id, String locale) { in createSubtype() method in KeyboardManagementPreferenceControllerTest