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/
DLocaleTracker.java266 final Locale carrierLocale = mPhone.getLocaleFromCarrierProperties(); in getCarrierCountry() local
267 if (carrierLocale != null && !TextUtils.isEmpty(carrierLocale.getCountry())) { in getCarrierCountry()
268 return carrierLocale.getCountry(); in getCarrierCountry()