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.java60 final CountryDetector countryDetector = in getCountryIso() local
63 if (countryDetector != null) country = countryDetector.detectCountry(); in getCountryIso()
71 countryDetector.addCountryListener(new CountryListener() { in getCountryIso()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java655 final CountryDetector countryDetector = in getCountryIso() local
657 if (countryDetector != null) { in getCountryIso()
658 countryDetector.registerCountryDetectorCallback( in getCountryIso()