/frameworks/opt/localepicker/src/com/android/localepicker/ |
D | LocaleStore.java | 74 if (locale.getCountry().isEmpty()) { in getParent() 235 if (simCountries.contains(li.getLocale().getCountry())) { in updateSimCountries() 249 final String country = locale.getCountry(); in addSuggestedLocalesForRegion() 255 if (country.equals(li.getLocale().getCountry())) { in addSuggestedLocalesForRegion() 289 if (simCountries.contains(li.getLocale().getCountry())) { in fillCache() 306 final String country = li.getLocale().getCountry(); in fillCache()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | LocaleStore.java | 70 if (locale.getCountry().isEmpty()) { in getParent() 236 if (simCountries.contains(li.getLocale().getCountry())) { in updateSimCountries() 250 final String country = locale.getCountry(); in addSuggestedLocalesForRegion() 256 if (country.equals(li.getLocale().getCountry())) { in addSuggestedLocalesForRegion() 290 if (simCountries.contains(li.getLocale().getCountry())) { in fillCache() 307 final String country = li.getLocale().getCountry(); in fillCache()
|
D | LocalePicker.java | 152 || l.getLanguage().isEmpty() || l.getCountry().isEmpty()) { in getAllAssetLocales()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | LocaleUtils.java | 100 || l.getLanguage().isEmpty() || l.getCountry().isEmpty()) { in getLocaleForLanguageCountry() 105 if (l.getCountry().equals(target.getCountry())) { in getLocaleForLanguageCountry() 129 if (!TextUtils.isEmpty(target.getCountry())) { in getLocaleForLanguageCountry()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/ |
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 | 68 if (!TextUtils.isEmpty(mRequest.getCountry())) { in getLocaleString() 70 sb.append(mRequest.getCountry()); in getLocaleString()
|
D | SynthesisRequest.java | 95 public String getCountry() { in getCountry() method in SynthesisRequest
|
D | TextToSpeechService.java | 255 if (locale.getCountry().isEmpty()) { in getExpectedLanguageAvailableStatus() 1048 request.setLanguage(getLanguage(), getCountry(), getVariant()); in setRequestParams() 1074 private String getCountry() { in getCountry() method in TextToSpeechService.SynthesisSpeechItem
|
D | TtsEngines.java | 455 String country = ttsLocale.getCountry(); in normalizeTTSLocale()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | CountryDetectorServiceTest.java | 68 Country getCountry() { in getCountry() method in CountryDetectorServiceTest.CountryListenerTester 188 expect.that(countryListenerA.getCountry().equalsIgnoreSource(country)).isTrue(); in notifyReceivers_twoListenersRegistered_bothNotified() 189 expect.that(countryListenerB.getCountry().equalsIgnoreSource(country)).isTrue(); in notifyReceivers_twoListenersRegistered_bothNotified()
|
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
D | InputMethodSubtypeTest.java | 68 assertEquals("US", localeObject.getCountry()); in testLocaleObj_locale() 80 assertEquals("US", localeObject.getCountry()); in testLocaleObj_languageTag()
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | Utils.java | 42 countryIso = Locale.getDefault().getCountry(); in getCurrentCountryIso()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | LocaleUtils.java | 63 final String supportedCountry = supported.getCountry(); in calculateMatchingSubScore() 64 if (supportedCountry.isEmpty() || !supportedCountry.equals(desired.getCountry())) { in calculateMatchingSubScore()
|
/frameworks/base/services/core/java/com/android/server/location/countrydetector/ |
D | ComprehensiveCountryDetector.java | 168 private Country getCountry() { in getCountry() method in ComprehensiveCountryDetector 257 return new Country(defaultLocale.getCountry(), Country.COUNTRY_SOURCE_LOCALE); in getLocaleCountry() 271 Country country = getCountry(); in detectCountry()
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | TextToSpeechTests.java | 116 assertEquals("USA", req.getValue().getCountry()); in testSetLanguage_availableLanguage() 140 assertEquals("USA", req2.getValue().getCountry()); in testSetLanguage_unavailableLanguage() 183 assertEquals(defaultLocale.getISO3Country(), req.getValue().getCountry()); in testDefaultLanguage_setsVoiceName()
|
/frameworks/base/services/core/java/com/android/server/textservices/ |
D | LocaleUtils.java | 75 final String country = systemLocale.getCountry(); in getSuitableLocalesForSpellChecker()
|
/frameworks/base/location/java/android/location/ |
D | GeocoderParams.java | 122 parcel.writeString(mLocale.getCountry()); in writeToParcel()
|
D | Address.java | 535 parcel.writeString(mLocale.getCountry()); in writeToParcel()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberFormattingTextWatcher.java | 62 this(Locale.getDefault().getCountry()); in PhoneNumberFormattingTextWatcher()
|
/frameworks/base/core/java/android/os/ |
D | LocaleList.java | 333 final String supportedRegion = supported.getCountry(); in matchScore() 335 supportedRegion.equals(desired.getCountry())) in matchScore()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 1126 if (locale.getCountry().equals(systemLocale.getCountry()) in getDefaultKeyboardLayout() 1139 if (locale.getCountry().equals(systemLocale.getCountry())) { in getDefaultKeyboardLayout() 1155 if (!TextUtils.isEmpty(systemLocale.getCountry()) in isCompatibleLocale() 1156 && !TextUtils.isEmpty(keyboardLocale.getCountry()) in isCompatibleLocale() 1157 && !systemLocale.getCountry().equals(keyboardLocale.getCountry())) { in isCompatibleLocale()
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 2074 n = thisLocale.getCountry().compareTo(thatLocale.getCountry()); in compareTo() 2298 final int c = loc.getCountry().length(); in localesToResourceQualifier() 2309 sb.append("-r").append(loc.getCountry()); in localesToResourceQualifier() 2320 sb.append(loc.getCountry()); in localesToResourceQualifier()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsHelper.java | 366 if (locale.getScript().isEmpty() || locale.getCountry().isEmpty()) { in toFullLocale()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/ |
D | ZoneGetter.java | 395 final List<String> zoneIds = lookupTimeZoneIdsByCountry(locale.getCountry());
|