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/
DPhone.java475 final Locale carrierLocale = getLocaleFromCarrierProperties(mContext); in Phone() local
476 if (carrierLocale != null && !TextUtils.isEmpty(carrierLocale.getCountry())) { in Phone()
477 final String country = carrierLocale.getCountry(); in Phone()