Home
last modified time | relevance | path

Searched refs:country (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/speech/src/android/speech/tts/cts/
DStubTextToSpeechService.java62 protected int onIsLanguageAvailable(String lang, String country, String variant) { in onIsLanguageAvailable() argument
63 if (supportedCountries.contains(new Locale(lang, country))) { in onIsLanguageAvailable()
74 protected int onLoadLanguage(String lang, String country, String variant) { in onLoadLanguage() argument
75 return onIsLanguageAvailable(lang, country, variant); in onLoadLanguage()
113 public String onGetDefaultVoiceNameFor(String lang, String country, String variant) { in onGetDefaultVoiceNameFor() argument
114 Locale locale = new Locale(lang, country); in onGetDefaultVoiceNameFor()
119 if (GBFallbacks.contains(new Locale(lang, country))) { in onGetDefaultVoiceNameFor()
125 return super.onGetDefaultVoiceNameFor(lang, country, variant); in onGetDefaultVoiceNameFor()
/cts/tests/tests/util/src/android/util/cts/
DTimeUtilsTest.java108 String country = world[i]; in testWorldWeird() local
116 guess = guessTimeZone(c, country); in testWorldWeird()
121 private static TimeZone guessTimeZone(Calendar c, String country) { in guessTimeZone() argument
125 country); in guessTimeZone()
/cts/tests/tests/view/src/android/view/cts/
DView_UsingViewsTest.java455 private boolean showPicture(String country) { in showPicture() argument
456 if (ARGENTINA.equals(country)) { in showPicture()
459 } else if (AMERICA.equals(country)) { in showPicture()
462 } else if (CHINA.equals(country)) { in showPicture()
471 String country = mEditText.getText().toString(); in onClick() local
472 if (!showPicture(country)) { in onClick()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityManagerGetConfigTests.java261 llist.get(i).getCountry(), lprotos[i].country); in checkResourceConfig()