Searched refs:carrierLocale (Results 1 – 1 of 1) sorted by relevance
529 final Locale carrierLocale = getLocaleFromCarrierProperties(mContext); in Phone() local530 if (carrierLocale != null && !TextUtils.isEmpty(carrierLocale.getCountry())) { in Phone()531 final String country = carrierLocale.getCountry(); in Phone()