Searched refs:getLocaleFromMcc (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | MccTableTest.java | 76 MccTable.getLocaleFromMcc(getContext(), 302, null)); in testLocale() 78 MccTable.getLocaleFromMcc(getContext(), 234, null)); in testLocale() 80 MccTable.getLocaleFromMcc(getContext(), 0, "en")); in testLocale() 82 MccTable.getLocaleFromMcc(getContext(), 454, null)); in testLocale() 84 MccTable.getLocaleFromMcc(getContext(), 454, "en")); in testLocale() 86 MccTable.getLocaleFromMcc(getContext(), 466, null)); in testLocale()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MccTable.java | 380 public static Locale getLocaleFromMcc(Context context, int mcc, String simLanguage) { in getLocaleFromMcc() method in MccTable
|