Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/list/
DDialerPhoneNumberListAdapter.java28 private String mCountryIso; field in DialerPhoneNumberListAdapter
46 mCountryIso = GeoUtil.getCurrentCountryIso(context); in DialerPhoneNumberListAdapter()
195 PhoneNumberUtils.normalizeNumber(queryString), mCountryIso); in setQueryString()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DPhoneNumberListAdapter.java127 private final String mCountryIso; field in PhoneNumberListAdapter
137 mCountryIso = GeoUtil.getCurrentCountryIso(context); in PhoneNumberListAdapter()
438 view.setPhoneNumber(text, mCountryIso); in bindPhoneNumber()