/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | CountryDetectorServiceTest.java | 28 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/ |
D | TimeZoneInfo.java | 50 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()
|
D | TimeZoneData.java | 204 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()
|
D | TimeZoneResultAdapter.java | 290 String location = tzi.mCountry; in getView()
|
/frameworks/base/core/java/android/speech/tts/ |
D | SynthesisRequest.java | 44 private String mCountry; field in SynthesisRequest 96 return mCountry; in getCountry() 139 mCountry = country; in setLanguage()
|
D | TextToSpeechService.java | 1125 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/ |
D | ComprehensiveCountryDetector.java | 76 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/ |
D | ComprehensiveCountryDetectorTest.java | 127 private Country mCountry; 131 mCountry = country; 139 return mCountry;
|
D | LocationBasedCountryDetectorTest.java | 42 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/ |
D | VCardEntry.java | 496 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()
|