Searched refs:mCurrentCountryIso (Results 1 – 2 of 2) sorted by relevance
36 private String mCurrentCountryIso; field in CountryMonitor59 if (mCurrentCountryIso == null) { in getCountryIso()70 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()73 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()80 return mCurrentCountryIso; in getCountryIso()
126 private String mCurrentCountryIso; field in CallLogManager650 if (mCurrentCountryIso == null) { in getCountryIso()661 mCurrentCountryIso = getCountryIsoFromCountry(mCurrentCountry); in getCountryIso()663 return mCurrentCountryIso; in getCountryIso()674 mCurrentCountryIso = getCountryIsoFromCountry(newCountry); in countryCodeConsumer()