Home
last modified time | relevance | path

Searched refs:mCountryIso (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Calendar/src/com/android/car/calendar/common/
DEventDescriptions.java58 private final String mCountryIso; field in EventDescriptions
63 mCountryIso = networkCountryIso; in EventDescriptions()
65 mCountryIso = locale.getCountry(); in EventDescriptions()
107 String formatted = PhoneNumberUtils.formatNumber(number, mCountryIso); in validNumberAndAccess()
/packages/services/Telephony/src/com/android/phone/
DShortcutViewUtils.java125 private final String mCountryIso; field in ShortcutViewUtils.PhoneInfo
138 mCountryIso = countryIso; in PhoneInfo()
155 return mCountryIso; in getCountryIso()
167 && isSupportedCountry(context, mCountryIso); in isSufficientForEmergencyCall()
188 .append(", networkCountryIso=").append(mCountryIso); in toString()
/packages/apps/Contacts/src/com/android/contacts/list/
DPhoneNumberListAdapter.java159 private final String mCountryIso; field in PhoneNumberListAdapter
174 mCountryIso = GeoUtil.getCurrentCountryIso(context); in PhoneNumberListAdapter()
490 view.setPhoneNumber(text, mCountryIso); in bindPhoneNumber()