/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
D | LocationBasedCountryDetectorTest.java | 169 public String getCountry() { in getCountry() method in LocationBasedCountryDetectorTest.CountryListenerImpl 216 assertEquals("us", countryListener.getCountry().toLowerCase()); in testFindingCountryCommon() 241 assertEquals("us", countryListener.getCountry().toLowerCase()); in testFindingCountryCancelled() 282 assertNull(countryListener.getCountry()); in testFindingLocationFailed() 319 assertNull(countryListener.getCountry()); in testFindingCountryFailed() 342 assertEquals("us", countryListener.getCountry().toLowerCase()); in testFindingCountryWithLastKnownLocation()
|
D | ComprehensiveCountryDetectorTest.java | 138 public Country getCountry() { 180 assertTrue(sameCountry(listener.getCountry(), locationBasedCountry)); 245 assertTrue(sameCountry(listener.getCountry(), null)); 261 assertTrue(sameCountry(listener.getCountry(), null));
|
/frameworks/base/core/java/android/speech/tts/ |
D | EventLogger.java | 165 if (!TextUtils.isEmpty(mRequest.getCountry())) { in getLocaleString() 167 sb.append(mRequest.getCountry()); in getLocaleString()
|
D | SynthesisRequest.java | 68 public String getCountry() { in getCountry() method in SynthesisRequest
|
D | TextToSpeechService.java | 585 request.setLanguage(getLanguage(), getCountry(), getVariant()); in setRequestParams() 614 private String getCountry() { in getCountry() method in TextToSpeechService.SynthesisSpeechItem
|
/frameworks/base/services/java/com/android/server/location/ |
D | ComprehensiveCountryDetector.java | 169 private Country getCountry() { in getCountry() method in ComprehensiveCountryDetector 258 return new Country(defaultLocale.getCountry(), Country.COUNTRY_SOURCE_LOCALE); in getLocaleCountry() 272 Country country = getCountry(); in detectCountry()
|
/frameworks/base/core/java/android/text/style/ |
D | LocaleSpan.java | 58 dest.writeString(mLocale.getCountry()); in writeToParcel()
|
/frameworks/base/location/java/android/location/ |
D | GeocoderParams.java | 90 parcel.writeString(mLocale.getCountry()); in writeToParcel()
|
D | Address.java | 535 parcel.writeString(mLocale.getCountry()); in writeToParcel()
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | TextToSpeechTests.java | 94 assertEquals("USA", req.getValue().getCountry()); in testSetLanguage_availableLanguage() 115 assertEquals("USA", req2.getValue().getCountry()); in testSetLanguage_unavailableLanguage()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | CountryDetectorServiceTest.java | 35 public Country getCountry() { in getCountry() method in CountryDetectorServiceTest.CountryListenerTester
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberFormattingTextWatcher.java | 60 this(Locale.getDefault().getCountry()); in PhoneNumberFormattingTextWatcher()
|
D | PhoneNumberUtils.java | 1173 String country = locale.getCountry(); in getFormatTypeForLocale() 1807 countryIso = locale.getCountry(); in isLocalEmergencyNumberInternal()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsHelper.java | 133 String country = loc.getCountry(); in getLocaleData()
|
/frameworks/base/core/java/android/webkit/ |
D | WebSettingsClassic.java | 169 public String getCountry() { return mCountry; } in getCountry() method in WebSettingsClassic.AutoFillProfile 360 String country = locale.getCountry(); in addLocaleToHttpAcceptLanguage() 412 final String country = locale.getCountry(); in getDefaultUserAgentForLocale()
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 1045 dest.writeString(locale.getCountry()); in writeToParcel() 1135 n = this.locale.getCountry().compareTo(that.locale.getCountry()); in compareTo()
|
D | Resources.java | 1465 if (mConfiguration.locale.getCountry() != null) { in updateConfiguration() 1466 locale += "-" + mConfiguration.locale.getCountry(); in updateConfiguration()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 573 countryIso = locale.getCountry(); in getCurrentCountryIso()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpDatabase.java | 161 String country = locale.getCountry(); in MtpDatabase()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 713 public String getCountry() { in getCountry() method in VCardEntry.PostalData
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityManagerService.java | 12425 SystemProperties.set("user.region", l.getCountry()); in saveLocaleLocked() 12430 SystemProperties.set("persist.sys.country", l.getCountry()); in saveLocaleLocked()
|
/frameworks/base/api/ |
D | 14.txt | 18761 method public java.lang.String getCountry(); 36644 method public java.lang.String getCountry();
|
D | 15.txt | 18890 method public java.lang.String getCountry(); 36799 method public java.lang.String getCountry();
|
D | 16.txt | 19882 method public java.lang.String getCountry(); 38081 method public java.lang.String getCountry();
|
D | 17.txt | 20527 method public java.lang.String getCountry(); 38945 method public java.lang.String getCountry();
|