Home
last modified time | relevance | path

Searched refs:mCountry (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/speech/tts/
H A DSynthesisRequest.java44 private String mCountry; field in SynthesisRequest
96 return mCountry; in getCountry()
139 mCountry = country; in setLanguage()
H A DTextToSpeechService.java1203 private final String mCountry; field in TextToSpeechService.LoadLanguageItem
1210 mCountry = country; in LoadLanguageItem()
1221 TextToSpeechService.this.onLoadLanguage(mLanguage, mCountry, mVariant); in playImpl()
/aosp14/frameworks/base/services/core/java/com/android/server/location/countrydetector/
H A DComprehensiveCountryDetector.java76 private Country mCountry; field in ComprehensiveCountryDetector
272 runAfterDetectionAsync(mCountry != null ? new Country(mCountry) : mCountry, country, in detectCountry()
274 mCountry = country; in detectCountry()
275 return mCountry; in detectCountry()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCountryDetectorServiceTest.java61 private Country mCountry; field in CountryDetectorServiceTest.CountryListenerTester
65 mCountry = country; in onCountryDetected()
69 return mCountry; in getCountry()
73 return mCountry != null; in isNotified()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
H A DComprehensiveCountryDetectorTest.java127 private Country mCountry;
131 mCountry = country;
139 return mCountry;
H A DLocationBasedCountryDetectorTest.java42 private final String mCountry; field in LocationBasedCountryDetectorTest.TestCountryDetector
52 mCountry = country; in TestCountryDetector()
69 return mCountry; in getCountryFromLocation()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51241 Landroid/speech/tts/SynthesisRequest;->mCountry:Ljava/lang/String;
51338 Landroid/speech/tts/TextToSpeechService$LoadLanguageItem;->mCountry:Ljava/lang/String;