Searched defs:LOCALE_EN_GB (Results 1 – 2 of 2) sorted by relevance
53 private static final Locale LOCALE_EN_GB = new Locale("en", "GB"); field in InputMethodUtilsTest90 assertDefaultEnabledImes(getImesWithDefaultVoiceIme(), LOCALE_EN_GB, in testVoiceImes() local92 assertDefaultEnabledImes(getImesWithoutDefaultVoiceIme(), LOCALE_EN_GB, in testVoiceImes() local
1392 private static final Locale LOCALE_EN_GB = new Locale("en", "GB"); field in InputMethodUtils