Searched refs:getCountry (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DSynthesisRequest.java68 public String getCountry() { method in class:SynthesisRequest
H A DEventLogger.java165 if (!TextUtils.isEmpty(mRequest.getCountry())) {
167 sb.append(mRequest.getCountry());
H A DTextToSpeechService.java612 request.setLanguage(getLanguage(), getCountry(), getVariant());
641 private String getCountry() { method in class:TextToSpeechService.SynthesisSpeechItem
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
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());
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));
/frameworks/base/core/java/android/text/style/
H A DLocaleSpan.java58 dest.writeString(mLocale.getCountry());
/frameworks/base/location/java/android/location/
H A DGeocoderParams.java90 parcel.writeString(mLocale.getCountry());
H A DAddress.java535 parcel.writeString(mLocale.getCountry());
/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/telephony/java/android/telephony/
H A DPhoneNumberFormattingTextWatcher.java60 this(Locale.getDefault().getCountry());
H A DPhoneNumberUtils.java1173 String country = locale.getCountry();
1807 countryIso = locale.getCountry();
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java94 assertEquals("USA", req.getValue().getCountry());
115 assertEquals("USA", req2.getValue().getCountry());
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java138 String country = loc.getCountry();
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1045 dest.writeString(locale.getCountry());
1135 n = this.locale.getCountry().compareTo(that.locale.getCountry());
H A DResources.java1569 if (mConfiguration.locale.getCountry() != null) {
1570 locale += "-" + mConfiguration.locale.getCountry();
/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();
/frameworks/base/core/java/android/text/util/
H A DLinkify.java453 Locale.getDefault().getCountry(), Leniency.POSSIBLE, Long.MAX_VALUE);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java574 countryIso = locale.getCountry();
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java164 String country = locale.getCountry();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java713 public String getCountry() { method in class:VCardEntry.PostalData
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java12747 SystemProperties.set("user.region", l.getCountry());
12752 SystemProperties.set("persist.sys.country", l.getCountry());

Completed in 680 milliseconds