Searched refs:mCountry (Results 1 – 7 of 7) sorted by relevance
44 private String mCountry; field in SynthesisRequest96 return mCountry; in getCountry()139 mCountry = country; in setLanguage()
1203 private final String mCountry; field in TextToSpeechService.LoadLanguageItem1210 mCountry = country; in LoadLanguageItem()1221 TextToSpeechService.this.onLoadLanguage(mLanguage, mCountry, mVariant); in playImpl()
76 private Country mCountry; field in ComprehensiveCountryDetector272 runAfterDetectionAsync(mCountry != null ? new Country(mCountry) : mCountry, country, in detectCountry()274 mCountry = country; in detectCountry()275 return mCountry; in detectCountry()
61 private Country mCountry; field in CountryDetectorServiceTest.CountryListenerTester65 mCountry = country; in onCountryDetected()69 return mCountry; in getCountry()73 return mCountry != null; in isNotified()
127 private Country mCountry;131 mCountry = country;139 return mCountry;
42 private final String mCountry; field in LocationBasedCountryDetectorTest.TestCountryDetector52 mCountry = country; in TestCountryDetector()69 return mCountry; in getCountryFromLocation()
51241 Landroid/speech/tts/SynthesisRequest;->mCountry:Ljava/lang/String;51338 Landroid/speech/tts/TextToSpeechService$LoadLanguageItem;->mCountry:Ljava/lang/String;