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

/frameworks/base/core/java/android/speech/tts/
H A DSynthesisRequest.java68 public String getCountry() { method in class:SynthesisRequest
H A DTextToSpeechService.java570 request.setLanguage(getLanguage(), getCountry(), getVariant());
599 private String getCountry() { method in class:TextToSpeechService.SynthesisSpeechItem
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCountryDetectorServiceTest.java35 public Country getCountry() { method in class:CountryDetectorServiceTest.CountryListenerTester
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java129 private Country getCountry() { method in class:ComprehensiveCountryDetector
185 return new Country(defaultLocale.getCountry(), Country.COUNTRY_SOURCE_LOCALE);
199 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(countryListener.getCountry(), country);
241 assertEquals(countryListener.getCountry(), country);
282 assertNull(countryListener.getCountry());
319 assertNull(countryListener.getCountry());
342 assertEquals(countryListener.getCountry(), country);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java713 public String getCountry() { method in class:VCardEntry.PostalData
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java275 public String getCountry() { return mCountry; } method in class:WebSettings.AutoFillProfile
452 String country = locale.getCountry();
489 final String country = locale.getCountry();

Completed in 666 milliseconds