Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanHelper.java233 (newCountry) -> { in startCountryDetector() argument
234 updateCountryCodeFromCountryDetector(newCountry); in startCountryDetector()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java668 private void countryCodeConsumer(Country newCountry) { in countryCodeConsumer() argument
673 mCurrentCountry = newCountry; in countryCodeConsumer()
674 mCurrentCountryIso = getCountryIsoFromCountry(newCountry); in countryCodeConsumer()