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