Searched defs:LOCALE_EN_US (Results 1 – 2 of 2) sorted by relevance
52 private static final Locale LOCALE_EN_US = new Locale("en", "US"); field in InputMethodUtilsTest83 assertDefaultEnabledImes(getImesWithDefaultVoiceIme(), LOCALE_EN_US, in testVoiceImes() local85 assertDefaultEnabledImes(getImesWithoutDefaultVoiceIme(), LOCALE_EN_US, in testVoiceImes() local
1391 private static final Locale LOCALE_EN_US = new Locale("en", "US"); field in InputMethodUtils