Searched refs:getLocaleNames (Results 1 – 6 of 6) sorted by relevance
28 public String getLocaleNames() { in getLocaleNames() method in LocaleFeatureProviderImpl30 return getLocaleNames(locales); in getLocaleNames()36 public String getLocaleNames(LocaleList inputLocales) { in getLocaleNames() method in LocaleFeatureProviderImpl
24 String getLocaleNames(); in getLocaleNames() method
59 String result = mLocaleFeatureProviderImpl.getLocaleNames().trim(); in getLocaleNames_hasEnAndZh_resultIsEnglishAndChinese()76 String result = mLocaleFeatureProviderImpl.getLocaleNames().toLowerCase(Locale.ROOT); in getLocaleNames_hasExtension_resultWithoutExtensionInfo()
53 .getLocaleFeatureProvider().getLocaleNames(); in updateState()
80 return new LocaleFeatureProviderImpl().getLocaleNames(getNumberingSystemLocale()); in getSummary()
105 when(mFeatureFactory.localeFeatureProvider.getLocaleNames()).thenReturn(testSummary); in testUpdateState_shouldUpdateSummary()