Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java452 final Locale carrierLocale = getLocaleFromCarrierProperties(mContext); in PhoneBase() local
453 if (carrierLocale != null && !TextUtils.isEmpty(carrierLocale.getCountry())) { in PhoneBase()
454 final String country = carrierLocale.getCountry(); in PhoneBase()