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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCountryMonitor.java34 private String mCurrentCountryIso; field in class:CountryMonitor
47 if (mCurrentCountryIso == null) {
58 mCurrentCountryIso = country.getCountryIso();
61 mCurrentCountryIso = country.getCountryIso();
65 return mCurrentCountryIso;
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallLogManager.java127 private String mCurrentCountryIso; field in class:CallLogManager
464 if (mCurrentCountryIso == null) {
477 mCurrentCountryIso = getCountryIsoFromCountry(newCountry);
484 mCurrentCountryIso = getCountryIsoFromCountry(country);
486 return mCurrentCountryIso;
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogNotificationsQueryHelper.java51 private final String mCurrentCountryIso; field in class:CallLogNotificationsQueryHelper
61 mCurrentCountryIso = countryIso;
175 countryIso = mCurrentCountryIso;
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfoHelper.java64 private final String mCurrentCountryIso; field in class:ContactInfoHelper
69 mCurrentCountryIso = currentCountryIso;
468 countryIso = mCurrentCountryIso;
/packages/apps/Dialer/java/com/android/dialer/app/dialpad/
H A DDialpadFragment.java167 private String mCurrentCountryIso; field in class:DialpadFragment
332 mCurrentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());
557 final String formatted = getFormattedDigits(data, normalizedNumber, mCurrentCountryIso);

Completed in 3784 milliseconds