Home
last modified time | relevance | path

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

/external/libchrome/base/android/javatests/src/org/chromium/base/
DLocaleUtilsTest.java57 Locale updatedLocale = LocaleUtils.getUpdatedLocaleForChromium(locale); in testGetUpdatedLocaleForChromium()
61 updatedLocale = LocaleUtils.getUpdatedLocaleForChromium(locale); in testGetUpdatedLocaleForChromium()
65 updatedLocale = LocaleUtils.getUpdatedLocaleForChromium(locale); in testGetUpdatedLocaleForChromium()
69 updatedLocale = LocaleUtils.getUpdatedLocaleForChromium(locale); in testGetUpdatedLocaleForChromium()
73 updatedLocale = LocaleUtils.getUpdatedLocaleForChromium(locale); in testGetUpdatedLocaleForChromium()
/external/libchrome/base/android/java/src/org/chromium/base/
DLocaleUtils.java57 public static Locale getUpdatedLocaleForChromium(Locale locale) { in getUpdatedLocaleForChromium() method in LocaleUtils
168 Locale locale = getUpdatedLocaleForChromium(localeList.get(i)); in toLanguageTags()