Home
last modified time | relevance | path

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

/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()