Searched refs:getISO3Country (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | TextToSpeechTests.java | 169 defaultLocale.getISO3Country().toUpperCase(), in testDefaultLanguage_setsVoiceName() 174 defaultLocale.getISO3Country(), in testDefaultLanguage_setsVoiceName() 183 assertEquals(defaultLocale.getISO3Country(), req.getValue().getCountry()); in testDefaultLanguage_setsVoiceName()
|
/frameworks/base/core/java/android/speech/tts/ |
D | TtsEngines.java | 97 normalizeCountry.put(new Locale("", country).getISO3Country(), country); in normalizeCountry.put() argument 426 result.getISO3Country(); in parseLocaleString() 483 ret[1] = locale.getISO3Country(); in toOldLocaleStringFormat()
|
D | TextToSpeechService.java | 285 locale.getISO3Country(), locale.getVariant()); in onGetVoices() 294 locale.getISO3Country(), locale.getVariant()); in onGetVoices() 296 locale.getISO3Country(), locale.getVariant()); in onGetVoices() 367 locale.getISO3Country(), locale.getVariant()); in onLoadVoice() 372 locale.getISO3Country(), locale.getVariant()); in onLoadVoice() 398 locale.getISO3Country(), locale.getVariant()); in onIsValidVoiceName()
|
D | TextToSpeech.java | 1325 locale.getISO3Language(), locale.getISO3Country(), locale.getVariant()); 1494 country = loc.getISO3Country(); 1544 voiceCountry = voice.getLocale().getISO3Country(); 1657 country = voice.getLocale().getISO3Country(); 1781 country = loc.getISO3Country();
|
/frameworks/layoutlib/bridge/src/libcore/icu/ |
D | ICU_Delegate.java | 53 /*package*/ static String getISO3Country(String locale) { in getISO3Country() method in ICU_Delegate
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 22944 method public String getISO3Country(); 22945 method public static String getISO3Country(String); 74003 method @NonNull public String getISO3Country() throws java.util.MissingResourceException;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 48431 method public java.lang.String getISO3Country();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 36377 HSPLjava/util/Locale;->getISO3Country()Ljava/lang/String;
|