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