Home
last modified time | relevance | path

Searched defs:country (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DLocationBasedCountryDetectorTest.java46 public TestCountryDetector(String country, String provider) { in TestCountryDetector()
50 public TestCountryDetector(String country, String provider, long queryLocationTimeout) { in TestCountryDetector()
158 public void onCountryDetected(Country country) { in onCountryDetected()
183 final String country = "us"; in testFindingCountryCommon() local
220 final String country = "us"; in testFindingCountryCancelled() local
245 final String country = "us"; in testFindingLocationCancelled() local
263 final String country = "us"; in testFindingLocationFailed() local
286 final String country = "us"; in testFindingCountryFailed() local
323 final String country = "us"; in testFindingCountryWithLastKnownLocation() local
DComprehensiveCountryDetectorTest.java36 public void notifyLocationBasedListener(Country country) { in notifyLocationBasedListener()
95 protected void runAfterDetectionAsync(final Country country, final Country detectedCountry, in runAfterDetectionAsync()
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DMockableTextToSpeechService.java40 protected int onIsLanguageAvailable(String lang, String country, String variant) { in onIsLanguageAvailable()
50 protected int onLoadLanguage(String lang, String country, String variant) { in onLoadLanguage()
65 int onIsLanguageAvailable(String lang, String country, String variant); in onIsLanguageAvailable()
69 int onLoadLanguage(String lang, String country, String variant); in onLoadLanguage()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DCountryDetectorServiceTest.java31 public void onCountryDetected(Country country) throws RemoteException { in onCountryDetected()
53 public void notifyReceivers(Country country) { in notifyReceivers()
82 Country country = new Country("US", Country.COUNTRY_SOURCE_NETWORK); in testNotifyListeners() local
/frameworks/base/services/core/java/com/android/server/location/
DComprehensiveCountryDetector.java187 private void addToLogs(Country country) { in addToLogs()
271 Country country = getCountry(); in detectCountry() local
281 protected void runAfterDetectionAsync(final Country country, final Country detectedCountry, in runAfterDetectionAsync()
312 void runAfterDetection(final Country country, final Country detectedCountry, in runAfterDetection()
393 private void notifyIfCountryChanged(final Country country, final Country detectedCountry) { in notifyIfCountryChanged()
DCountryDetectorBase.java67 protected void notifyListener(Country country) { in notifyListener()
DLocationBasedCountryDetector.java76 String country = null; in getCountryFromLocation() local
/frameworks/base/core/java/android/speech/tts/
DITextToSpeechService.aidl134 int isLanguageAvailable(in String lang, in String country, in String variant); in isLanguageAvailable()
149 String[] getFeaturesForLanguage(in String lang, in String country, in String variant); in getFeaturesForLanguage()
166 int loadLanguage(in IBinder caller, in String lang, in String country, in String variant); in loadLanguage()
209 String getDefaultVoiceNameFor(in String lang, in String country, in String variant); in getDefaultVoiceNameFor()
DTtsEngines.java96 normalizeCountry.put(new Locale("", country).getISO3Country(), country); in normalizeCountry.put() argument
380 String language = "", country = "", variant = ""; in parseLocaleString() local
448 String country = ttsLocale.getCountry(); in normalizeTTSLocale() local
DSynthesisRequest.java137 void setLanguage(String language, String country, String variant) { in setLanguage()
DTextToSpeechService.java177 protected abstract int onIsLanguageAvailable(String lang, String country, String variant); in onIsLanguageAvailable()
217 protected abstract int onLoadLanguage(String lang, String country, String variant); in onLoadLanguage()
250 protected Set<String> onGetFeaturesForLanguage(String lang, String country, String variant) { in onGetFeaturesForLanguage()
321 public String onGetDefaultVoiceNameFor(String lang, String country, String variant) { in onGetDefaultVoiceNameFor()
1129 String language, String country, String variant) { in LoadLanguageItem()
/frameworks/base/core/tests/coretests/src/android/util/
DTimeUtilsTest.java387 String country = world[i]; in testWorld() local
411 String country = world[i]; in testWorldWeird() local
424 private static TimeZone guess(Calendar c, String country) { in guess()
/frameworks/base/location/java/android/location/
DCountry.java101 public Country(Country country) { in Country() method in Country
194 public boolean equalsIgnoreSource(Country country) { in equalsIgnoreSource()
DCountryListener.java29 void onCountryDetected(Country country); in onCountryDetected()
DICountryListener.aidl25 void onCountryDetected(in Country country); in onCountryDetected()
DCountryDetector.java72 public void onCountryDetected(final Country country) { in onCountryDetected()
/frameworks/base/core/java/android/util/
DTimeUtils.java66 public static TimeZone getTimeZone(int offset, boolean dst, long when, String country) { in getTimeZone()
109 public static ArrayList<TimeZone> getTimeZonesWithUniqueOffsets(String country) { in getTimeZonesWithUniqueOffsets()
158 public static ArrayList<TimeZone> getTimeZones(String country) { in getTimeZones()
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneInfo.java57 public TimeZoneInfo(TimeZone tz, String country) { in TimeZoneInfo()
231 final String country = this.mCountry; in toString() local
DTimeZoneData.java406 String country = mCountryCodeToNameMap.get(countryCode); in loadTzsInZoneTab() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsUsageMonitor.java279 private ShortCodePatternMatcher getPatternMatcherFromFile(String country) { in getPatternMatcherFromFile()
302 private ShortCodePatternMatcher getPatternMatcherFromResource(String country) { in getPatternMatcherFromResource()
314 String country) { in getPatternMatcherFromXmlParser()
/frameworks/base/libs/androidfw/tests/
DConfigLocale_test.cpp114 /* static */ void fillIn(const char* lang, const char* country, in fillIn()
/frameworks/base/services/core/java/com/android/server/
DCountryDetectorService.java157 protected void notifyReceivers(Country country) { in notifyReceivers()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java298 String country = loc.getCountry(); in getLocaleData() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java601 Country country = detector.detectCountry(); in getCurrentCountryIso() local
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl83 void setCountryCode(String country, boolean persist); in setCountryCode()

12