Home
last modified time | relevance | path

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

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneInfo.java49 public String mCountry; field in TimeZoneInfo
59 mCountry = country; in TimeZoneInfo()
197 final String country = this.mCountry; in toString()
258 if (this.mCountry == null) { in compareTo()
259 if (other.mCountry != null) { in compareTo()
264 if (other.mCountry == null) { in compareTo()
267 int diff = this.mCountry.compareTo(other.mCountry); in compareTo()
DTimeZoneData.java204 ArrayList<Integer> group = mTimeZonesByCountry.get(tz.mCountry); in loadTzs()
207 mTimeZonesByCountry.put(tz.mCountry, group); in loadTzs()
518 if (tzi.mCountry == null) { in getIdenticalTimeZoneInTheCountry()
519 if (timeZoneInfo.mCountry == null) { in getIdenticalTimeZoneInTheCountry()
522 } else if (tzi.mCountry.equals(timeZoneInfo.mCountry)) { in getIdenticalTimeZoneInTheCountry()
DTimeZoneResultAdapter.java290 String location = tzi.mCountry; in getView()
/frameworks/base/core/java/android/speech/tts/
DSynthesisRequest.java44 private String mCountry; field in SynthesisRequest
96 return mCountry; in getCountry()
139 mCountry = country; in setLanguage()
DTextToSpeechService.java1203 private final String mCountry; field in TextToSpeechService.LoadLanguageItem
1210 mCountry = country; in LoadLanguageItem()
1221 TextToSpeechService.this.onLoadLanguage(mLanguage, mCountry, mVariant); in playImpl()
/frameworks/base/services/core/java/com/android/server/location/countrydetector/
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()
/frameworks/base/services/tests/servicestests/src/com/android/server/
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()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
DComprehensiveCountryDetectorTest.java127 private Country mCountry;
131 mCountry = country;
139 return mCountry;
DLocationBasedCountryDetectorTest.java42 private final String mCountry; field in LocationBasedCountryDetectorTest.TestCountryDetector
52 mCountry = country; in TestCountryDetector()
69 return mCountry; in getCountryFromLocation()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java508 private final String mCountry; field in VCardEntry.PostalData
527 mCountry = country; in PostalData()
597 builder.withValue(StructuredPostal.COUNTRY, mCountry); in constructInsertOperation()
610 mPobox, mExtendedAddress, mStreet, mLocalty, mRegion, mPostalCode, mCountry in getFormattedAddress()
650 && TextUtils.isEmpty(mCountry)); in isEmpty()
672 && TextUtils.equals(mCountry, postalData.mCountry); in equals()
682 mLocalty, mRegion, mPostalCode, mCountry}; in hashCode()
694 mLocalty, mRegion, mPostalCode, mCountry); in toString()
727 return mCountry; in getCountry()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54564 Landroid/speech/tts/SynthesisRequest;->mCountry:Ljava/lang/String;
54661 Landroid/speech/tts/TextToSpeechService$LoadLanguageItem;->mCountry:Ljava/lang/String;