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.java585 request.setLanguage(getLanguage(), getCountry(), getVariant());
614 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.java169 private Country getCountry() { method in class:ComprehensiveCountryDetector
258 return new Country(defaultLocale.getCountry(), Country.COUNTRY_SOURCE_LOCALE);
272 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.java713 public String getCountry() { method in class:VCardEntry.PostalData
/frameworks/base/core/java/android/webkit/
H A DWebSettingsClassic.java169 public String getCountry() { return mCountry; } method in class:WebSettingsClassic.AutoFillProfile
360 String country = locale.getCountry();
412 final String country = locale.getCountry();

Completed in 8165 milliseconds