Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCountryMonitor.java48 final CountryDetector countryDetector = in getCountryIso() local
51 if (countryDetector != null) country = countryDetector.detectCountry(); in getCountryIso()
59 countryDetector.addCountryListener(new CountryListener() { in getCountryIso()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java436 final CountryDetector countryDetector = in getCountryIso() local
439 if (countryDetector != null) { in getCountryIso()
440 country = countryDetector.detectCountry(); in getCountryIso()
442 countryDetector.addCountryListener((newCountry) -> { in getCountryIso()