Searched defs:getCountry (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCountryDetectorServiceTest.java35 public Country getCountry() { method in class:CountryDetectorServiceTest.CountryListenerTester
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisRequest.java95 public String getCountry() { method in class:SynthesisRequest
H A DTextToSpeechService.java258 if (locale.getCountry().isEmpty()) {
1006 request.setLanguage(getLanguage(), getCountry(), getVariant());
1032 private String getCountry() { method in class:TextToSpeechService.SynthesisSpeechItemV1
/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java168 private Country getCountry() { method in class:ComprehensiveCountryDetector
257 return new Country(defaultLocale.getCountry(), Country.COUNTRY_SOURCE_LOCALE);
271 Country country = getCountry();
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java138 public Country getCountry() { method in class:ComprehensiveCountryDetectorTest.CountryListenerImpl
180 assertTrue(sameCountry(listener.getCountry(), locationBasedCountry));
245 assertTrue(sameCountry(listener.getCountry(), null));
261 assertTrue(sameCountry(listener.getCountry(), null));
H A DLocationBasedCountryDetectorTest.java169 public String getCountry() { method in class:LocationBasedCountryDetectorTest.CountryListenerImpl
216 assertEquals("us", countryListener.getCountry().toLowerCase());
241 assertEquals("us", countryListener.getCountry().toLowerCase());
282 assertNull(countryListener.getCountry());
319 assertNull(countryListener.getCountry());
342 assertEquals("us", countryListener.getCountry().toLowerCase());
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java714 public String getCountry() { method in class:VCardEntry.PostalData

Completed in 340 milliseconds