HomeSort by relevance Sort by last modified time
    Searched refs:mCountry (Results 1 - 10 of 10) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java 28 private Country mCountry;
32 mCountry = country;
36 return mCountry;
40 return mCountry != null;
  /frameworks/base/core/java/android/speech/tts/
SynthesisRequest.java 44 private String mCountry;
96 return mCountry;
139 mCountry = country;
TextToSpeechService.java     [all...]
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneInfo.java 50 public String mCountry;
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);
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);
518 if (tzi.mCountry == null) {
519 if (timeZoneInfo.mCountry == null) {
522 } else if (tzi.mCountry.equals(timeZoneInfo.mCountry)) {
    [all...]
TimeZoneResultAdapter.java 290 String location = tzi.mCountry;
  /frameworks/base/services/core/java/com/android/server/location/
ComprehensiveCountryDetector.java 76 private Country mCountry;
272 runAfterDetectionAsync(mCountry != null ? new Country(mCountry) : mCountry, country,
274 mCountry = country;
275 return mCountry;
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
ComprehensiveCountryDetectorTest.java 127 private Country mCountry;
131 mCountry = country;
139 return mCountry;
LocationBasedCountryDetectorTest.java 42 private final String mCountry;
52 mCountry = country;
69 return mCountry;
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 496 private final String mCountry;
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 101 milliseconds