Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCountryMonitor.java36 private String mCurrentCountryIso; field in CountryMonitor
59 if (mCurrentCountryIso == null) { in getCountryIso()
70 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
73 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
80 return mCurrentCountryIso; in getCountryIso()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java126 private String mCurrentCountryIso; field in CallLogManager
650 if (mCurrentCountryIso == null) { in getCountryIso()
661 mCurrentCountryIso = getCountryIsoFromCountry(mCurrentCountry); in getCountryIso()
663 return mCurrentCountryIso; in getCountryIso()
674 mCurrentCountryIso = getCountryIsoFromCountry(newCountry); in countryCodeConsumer()