Searched refs:LOCALE_IN (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
D | InputMethodUtilsTest.java | 77 private static final Locale LOCALE_IN = new Locale("in"); field in InputMethodUtilsTest 576 getResourcesForLocales(LOCALE_IN), imi); in testGetImplicitlyApplicableSubtypesLocked() 604 getResourcesForLocales(LOCALE_IN), imi); in testGetImplicitlyApplicableSubtypesLocked() 767 assertTrue(InputMethodUtils.containsSubtypeOf(imi, LOCALE_IN, !CHECK_COUNTRY, in testContainsSubtypeOf() 769 assertTrue(InputMethodUtils.containsSubtypeOf(imi, LOCALE_IN, CHECK_COUNTRY, in testContainsSubtypeOf() 786 assertTrue(InputMethodUtils.containsSubtypeOf(imi, LOCALE_IN, !CHECK_COUNTRY, in testContainsSubtypeOf() 788 assertTrue(InputMethodUtils.containsSubtypeOf(imi, LOCALE_IN, CHECK_COUNTRY, in testContainsSubtypeOf()
|