Searched refs:getLocaleFromMcc (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | MccTableTest.java | 89 LocaleUtils.getLocaleFromMcc(getContext(), 302, null)); in testLocale() 91 LocaleUtils.getLocaleFromMcc(getContext(), 234, null)); in testLocale() 93 LocaleUtils.getLocaleFromMcc(getContext(), 0, "en")); in testLocale() 95 LocaleUtils.getLocaleFromMcc(getContext(), 454, null)); in testLocale() 97 LocaleUtils.getLocaleFromMcc(getContext(), 454, "en")); in testLocale() 99 LocaleUtils.getLocaleFromMcc(getContext(), 466, null)); in testLocale()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | LocaleUtils.java | 47 public static Locale getLocaleFromMcc(Context context, int mcc, String simLanguage) { in getLocaleFromMcc() method in LocaleUtils
|