Searched refs:carrierLocale (Results 1 – 1 of 1) sorted by relevance
266 final Locale carrierLocale = mPhone.getLocaleFromCarrierProperties(); in getCarrierCountry() local267 if (carrierLocale != null && !TextUtils.isEmpty(carrierLocale.getCountry())) { in getCarrierCountry()268 return carrierLocale.getCountry(); in getCarrierCountry()