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