/frameworks/base/core/java/android/speech/tts/ |
H A D | SynthesisRequest.java | 40 private String mCountry; field in class:SynthesisRequest 70 return mCountry; 113 mCountry = country;
|
H A D | TextToSpeechService.java | 749 private final String mCountry; field in class:TextToSpeechService.LoadLanguageItem 756 mCountry = country; 767 int result = TextToSpeechService.this.onLoadLanguage(mLanguage, mCountry, mVariant);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
H A D | CountryDetectorServiceTest.java | 28 private Country mCountry; field in class:CountryDetectorServiceTest.CountryListenerTester 32 mCountry = country; 36 return mCountry; 40 return mCountry != null;
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
H A D | TimeZoneInfo.java | 50 public String mCountry; field in class:TimeZoneInfo 60 mCountry = country; 231 final String country = this.mCountry; 319 if (this.mCountry == null) { 320 if (other.mCountry != null) { 325 if (other.mCountry == null) { 328 int diff = this.mCountry.compareTo(other.mCountry);
|
H A D | TimeZoneData.java | 163 // checkForNameDups(tz, tzInfo.mCountry, false /* dls */, 165 // checkForNameDups(tz, tzInfo.mCountry, false /* dls */, 168 // checkForNameDups(tz, tzInfo.mCountry, true /* dls */, 171 // checkForNameDups(tz, tzInfo.mCountry, true /* dls */, 204 ArrayList<Integer> group = mTimeZonesByCountry.get(tz.mCountry); 207 mTimeZonesByCountry.put(tz.mCountry, group); 519 if (tzi.mCountry == null) { 520 if (timeZoneInfo.mCountry == null) { 523 } else if (tzi.mCountry.equals(timeZoneInfo.mCountry)) { [all...] |
H A D | TimeZoneResultAdapter.java | 290 String location = tzi.mCountry;
|
/frameworks/base/services/java/com/android/server/location/ |
H A D | ComprehensiveCountryDetector.java | 77 private Country mCountry; field in class:ComprehensiveCountryDetector 273 runAfterDetectionAsync(mCountry != null ? new Country(mCountry) : mCountry, country, 275 mCountry = country; 276 return mCountry;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
H A D | ComprehensiveCountryDetectorTest.java | 127 private Country mCountry; field in class:ComprehensiveCountryDetectorTest.CountryListenerImpl 131 mCountry = country; 139 return mCountry;
|
H A D | LocationBasedCountryDetectorTest.java | 42 private final String mCountry; field in class:LocationBasedCountryDetectorTest.TestCountryDetector 52 mCountry = country; 69 return mCountry;
|
/frameworks/opt/vcard/java/com/android/vcard/ |
H A D | VCardEntry.java | 495 private final String mCountry; field in class:VCardEntry.PostalData 514 mCountry = country; 584 builder.withValue(StructuredPostal.COUNTRY, mCountry); 597 mPobox, mExtendedAddress, mStreet, mLocalty, mRegion, mPostalCode, mCountry 637 && TextUtils.isEmpty(mCountry)); 659 && TextUtils.equals(mCountry, postalData.mCountry); 669 mLocalty, mRegion, mPostalCode, mCountry}; 681 mLocalty, mRegion, mPostalCode, mCountry); 714 return mCountry; [all...] |