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.java123 private final String mCountryIso; field in ShortcutViewUtils.PhoneInfo
136 mCountryIso = countryIso; in PhoneInfo()
153 return mCountryIso; in getCountryIso()
165 && isSupportedCountry(context, mCountryIso); in isSufficientForEmergencyCall()
186 .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()