Home
last modified time | relevance | path

Searched refs:mCountry (Results 1 – 12 of 12) 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/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/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.java1152 private final String mCountry; field in TextToSpeechService.LoadLanguageItem
1159 mCountry = country; in LoadLanguageItem()
1170 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/packages/Osu/src/com/android/hotspot2/pps/
DPolicy.java137 private final String mCountry; field in Policy.PreferredRoamingPartner
149 mCountry = MOManager.getString(node, TAG_Country); in PreferredRoamingPartner()
158 ", country='" + mCountry + '\'' + in toString()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DPolicy.java148 private final String mCountry; field in Policy.PreferredRoamingPartner
162 mCountry = PasspointManagementObjectManager.getString(node, TAG_Country); in PreferredRoamingPartner()
171 ", country='" + mCountry + '\'' + in toString()
/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()