Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCountryMonitor.java34 private String mCurrentCountryIso; field in CountryMonitor
47 if (mCurrentCountryIso == null) { in getCountryIso()
58 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
61 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
65 return mCurrentCountryIso; in getCountryIso()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DContactInfoHelper.java45 private final String mCurrentCountryIso; field in ContactInfoHelper
52 mCurrentCountryIso = currentCountryIso; in ContactInfoHelper()
262 countryIso = mCurrentCountryIso; in formatPhoneNumber()
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DDialpadFragment.java221 private String mCurrentCountryIso; field in DialpadFragment
320 mCurrentCountryIso = GeoUtil.getCurrentCountryIso(getActivity()); in onCreate()
553 PhoneNumberUtils.formatNumber(dialString, normalizedNumber, mCurrentCountryIso); in setFormattedDigits()