Searched refs:mCountry (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCountryDetectorServiceTest.java28 private Country mCountry; field in class:CountryDetectorServiceTest.CountryListenerTester
32 mCountry = country;
36 return mCountry;
40 return mCountry != null;
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisRequest.java44 private String mCountry; field in class:SynthesisRequest
96 return mCountry;
139 mCountry = country;
H A DTextToSpeechService.java1152 private final String mCountry; field in class:TextToSpeechService.LoadLanguageItem
1159 mCountry = country;
1170 TextToSpeechService.this.onLoadLanguage(mLanguage, mCountry, mVariant);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java49 public String mCountry; field in class:TimeZoneInfo
59 mCountry = country;
197 final String country = this.mCountry;
258 if (this.mCountry == null) {
259 if (other.mCountry != null) {
264 if (other.mCountry == null) {
267 int diff = this.mCountry.compareTo(other.mCountry);
H A DTimeZoneData.java163 // 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);
518 if (tzi.mCountry == null) {
519 if (timeZoneInfo.mCountry == null) {
522 } else if (tzi.mCountry.equals(timeZoneInfo.mCountry)) {
[all...]
H A DTimeZoneResultAdapter.java290 String location = tzi.mCountry;
/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java76 private Country mCountry; field in class:ComprehensiveCountryDetector
272 runAfterDetectionAsync(mCountry != null ? new Country(mCountry) : mCountry, country,
274 mCountry = country;
275 return mCountry;
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DPolicy.java137 private final String mCountry; field in class:Policy.PreferredRoamingPartner
149 mCountry = MOManager.getString(node, TAG_Country);
158 ", country='" + mCountry + '\'' +
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java127 private Country mCountry; field in class:ComprehensiveCountryDetectorTest.CountryListenerImpl
131 mCountry = country;
139 return mCountry;
H A DLocationBasedCountryDetectorTest.java42 private final String mCountry; field in class:LocationBasedCountryDetectorTest.TestCountryDetector
52 mCountry = country;
69 return mCountry;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DPolicy.java148 private final String mCountry; field in class:Policy.PreferredRoamingPartner
162 mCountry = PasspointManagementObjectManager.getString(node, TAG_Country);
171 ", country='" + mCountry + '\'' +
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java496 private final String mCountry; field in class:VCardEntry.PostalData
515 mCountry = country;
585 builder.withValue(StructuredPostal.COUNTRY, mCountry);
598 mPobox, mExtendedAddress, mStreet, mLocalty, mRegion, mPostalCode, mCountry
638 && TextUtils.isEmpty(mCountry));
660 && TextUtils.equals(mCountry, postalData.mCountry);
670 mLocalty, mRegion, mPostalCode, mCountry};
682 mLocalty, mRegion, mPostalCode, mCountry);
715 return mCountry;
[all...]

Completed in 6951 milliseconds