Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DCountryDetectorServiceTest.java28 private Country mCountry; field in CountryDetectorServiceTest.CountryListenerTester
32 mCountry = country; in onCountryDetected()
36 return mCountry; in getCountry()
40 return mCountry != null; in isNotified()
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneInfo.java50 public String mCountry; field in TimeZoneInfo
60 mCountry = country; in TimeZoneInfo()
231 final String country = this.mCountry; in toString()
319 if (this.mCountry == null) { in compareTo()
320 if (other.mCountry != null) { in compareTo()
325 if (other.mCountry == null) { in compareTo()
328 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.java1125 private final String mCountry; field in TextToSpeechService.LoadLanguageItem
1132 mCountry = country; in LoadLanguageItem()
1143 TextToSpeechService.this.onLoadLanguage(mLanguage, mCountry, mVariant); in playImpl()
/frameworks/base/services/core/java/com/android/server/location/
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/location/
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.java496 private final String mCountry; field in VCardEntry.PostalData
515 mCountry = country; in PostalData()
585 builder.withValue(StructuredPostal.COUNTRY, mCountry); in constructInsertOperation()
598 mPobox, mExtendedAddress, mStreet, mLocalty, mRegion, mPostalCode, mCountry in getFormattedAddress()
638 && TextUtils.isEmpty(mCountry)); in isEmpty()
660 && TextUtils.equals(mCountry, postalData.mCountry); in equals()
670 mLocalty, mRegion, mPostalCode, mCountry}; in hashCode()
682 mLocalty, mRegion, mPostalCode, mCountry); in toString()
715 return mCountry; in getCountry()