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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCountryMonitor.java32 private String mCurrentCountryIso; field in class:CountryMonitor
45 if (mCurrentCountryIso == null) {
48 mCurrentCountryIso = countryDetector.detectCountry().getCountryIso();
51 mCurrentCountryIso = country.getCountryIso();
55 return mCurrentCountryIso;
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DContactInfoHelper.java34 private final String mCurrentCountryIso; field in class:ContactInfoHelper
38 mCurrentCountryIso = currentCountryIso;
211 countryIso = mCurrentCountryIso;
/packages/apps/Contacts/src/com/android/contacts/dialpad/
H A DDialpadFragment.java164 private String mCurrentCountryIso; field in class:DialpadFragment
224 mCurrentCountryIso = ContactsUtils.getCurrentCountryIso(getActivity());
440 PhoneNumberUtils.formatNumber(dialString, normalizedNumber, mCurrentCountryIso);

Completed in 76 milliseconds