Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
DInputMethodUtilsTest.java192 final InputMethodSubtype nonAutoEnUS = createDummyInputMethodSubtype("en_US", in testGetImplicitlyApplicableSubtypesLocked() local
260 subtypes.add(nonAutoEnUS); in testGetImplicitlyApplicableSubtypesLocked()
285 subtypes.add(nonAutoEnUS); // locale == "en_US" in testGetImplicitlyApplicableSubtypesLocked()
301 verifyEquality(nonAutoEnUS, result.get(0)); in testGetImplicitlyApplicableSubtypesLocked()
310 subtypes.add(nonAutoEnUS); in testGetImplicitlyApplicableSubtypesLocked()
379 subtypes.add(nonAutoEnUS); in testGetImplicitlyApplicableSubtypesLocked()
403 subtypes.add(nonAutoEnUS); in testGetImplicitlyApplicableSubtypesLocked()
419 subtypes.add(nonAutoEnUS); in testGetImplicitlyApplicableSubtypesLocked()
432 verifyEquality(nonAutoEnUS, result.get(0)); in testGetImplicitlyApplicableSubtypesLocked()
438 subtypes.add(nonAutoEnUS); in testGetImplicitlyApplicableSubtypesLocked()
[all …]