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.java147 private String mCurrentCountryIso; field in CallLogManager
627 if (mCurrentCountryIso == null) { in getCountryIso()
640 mCurrentCountryIso = getCountryIsoFromCountry(newCountry); in getCountryIso()
647 mCurrentCountryIso = getCountryIsoFromCountry(country); in getCountryIso()
649 return mCurrentCountryIso; in getCountryIso()