Home
last modified time | relevance | path

Searched refs:country (Results 1 – 25 of 46) sorted by relevance

12

/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DPhoneNumberTestService.java60 final String country = intent.getStringExtra(EXTRA_COUNTRY_CODE); in onHandleIntent() local
64 Log.i(TAG, "Input country code: " + country); in onHandleIntent()
69 if (country != null) countries.add(country); in onHandleIntent()
80 private void dump(String number, String country) { in dump() argument
81 Log.i(TAG, "Result for: " + number + " / " +country); in dump()
82 dump_PhoneNumberUtils_formatNumberToE164(number, country); in dump()
83 dump_PhoneNumberUtil_format(number, country, PhoneNumberFormat.E164); in dump()
84 dump_PhoneNumberUtil_format(number, country, PhoneNumberFormat.INTERNATIONAL); in dump()
85 dump_PhoneNumberUtil_format(number, country, PhoneNumberFormat.NATIONAL); in dump()
86 dump_PhoneNumberUtil_format(number, country, PhoneNumberFormat.RFC3966); in dump()
[all …]
/packages/apps/Messaging/src/com/android/messaging/util/
DPhoneUtils.java270 final String country = mTelephonyManager.getSimCountryIso(); in getSimCountry() local
271 if (TextUtils.isEmpty(country)) { in getSimCountry()
274 return country.toUpperCase(); in getSimCountry()
422 final String country = subInfo.getCountryIso(); in getSimCountry() local
423 if (TextUtils.isEmpty(country)) { in getSimCountry()
426 return country.toUpperCase(); in getSimCountry()
688 final String country = Locale.getDefault().getCountry(); in getLocaleCountry() local
689 if (TextUtils.isEmpty(country)) { in getLocaleCountry()
692 return country.toUpperCase(); in getLocaleCountry()
701 String country = getSimCountry(); in getSimOrDefaultLocaleCountry() local
[all …]
/packages/services/Mms/src/com/android/mms/service/
DPhoneUtils.java44 final String country = getSimOrDefaultLocaleCountry(telephonyManager, subId); in getNationalNumber() local
46 final Phonenumber.PhoneNumber parsed = getParsedNumber(phoneNumberUtil, phoneText, country); in getNationalNumber()
57 String phoneText, String country) { in getParsedNumber() argument
59 final Phonenumber.PhoneNumber phoneNumber = phoneNumberUtil.parse(phoneText, country); in getParsedNumber()
64 + " for country " + country); in getParsedNumber()
76 String country = getSimCountry(telephonyManager, subId); in getSimOrDefaultLocaleCountry() local
77 if (TextUtils.isEmpty(country)) { in getSimOrDefaultLocaleCountry()
78 country = Locale.getDefault().getCountry(); in getSimOrDefaultLocaleCountry()
81 return country; in getSimOrDefaultLocaleCountry()
86 final String country = telephonyManager.getSimCountryIso(subId); in getSimCountry() local
[all …]
DMmsHttpClient.java352 final String country = locale.getCountry(); in addLocaleToHttpAcceptLanguage() local
353 if (country != null) { in addLocaleToHttpAcceptLanguage()
355 builder.append(country); in addLocaleToHttpAcceptLanguage()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSearch.java78 String country = locale.getCountry(); in getLanguage() local
80 if (!TextUtils.isEmpty(country) && useLangCountryHl(language, country)) { in getLanguage()
82 hl.append(country); in getLanguage()
85 if (DBG) Log.d(TAG, "language " + language + ", country " + country + " -> hl=" + hl); in getLanguage()
90 private static boolean useLangCountryHl(String language, String country) { in useLangCountryHl() argument
93 return "GB".equals(country); in useLangCountryHl()
95 return "CN".equals(country) || "TW".equals(country); in useLangCountryHl()
97 return "BR".equals(country) || "PT".equals(country); in useLangCountryHl()
/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
Ddialer_phone_number.proto25 // consists of a normalized number string and a two-letter country code.
26 // The country is retrieved from CallLog.Calls#COUNTRY: "The ISO 3166-1 two
27 // letters country code of the country where the user received or made the
43 // Note: Using this field without country_iso effectively loses country info
44 // when the number is not valid and no country prefix was prepended. This may
51 // The country in which the call to the number occurred, retrieved from
52 // CallLog.Calls#COUNTRY: "The ISO 3166-1 two letters country code of the
53 // country where the user received or made the call."
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCountryMonitor.java62 Country country = null; in getCountryIso() local
63 if (countryDetector != null) country = countryDetector.detectCountry(); in getCountryIso()
65 if (country == null) { in getCountryIso()
70 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
72 public void onCountryDetected(Country country) { in getCountryIso()
73 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
DPostalSplitter.java39 public String country; field in PostalSplitter.Postal
48 country = values.getAsString(StructuredPostal.COUNTRY); in fromValues()
58 values.put(StructuredPostal.COUNTRY, country); in toValues()
87 postal.region, postal.postcode, postal.country in join()
106 final boolean hasCountry = !TextUtils.isEmpty(postal.country); in joinJaJp()
120 builder.append(postal.country); in joinJaJp()
172 final boolean hasCountry = !TextUtils.isEmpty(postal.country); in joinEnUs()
220 builder.append(postal.country); in joinEnUs()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPostalSplitterTest.java99 String neighborhood, String city, String region, String postcode, String country) { in assertSplitPostal() argument
108 assertEquals(country, postal.country); in assertSplitPostal()
112 String neighborhood, String city, String region, String postcode, String country) { in assertJoinedPostal() argument
120 postal.country = country; in assertJoinedPostal()
DPostalSplitterForJapaneseTest.java115 String neighborhood, String city, String region, String postcode, String country) { in assertSplitPostal() argument
124 assertEquals(country, postal.country); in assertSplitPostal()
128 String neighborhood, String city, String region, String postcode, String country) { in assertJoinedPostal() argument
136 postal.country = country; in assertJoinedPostal()
/packages/apps/Messaging/src/android/support/v7/mms/
DMmsHttpClient.java294 final String country = locale.getCountry(); in addLocaleToHttpAcceptLanguage() local
295 if (country != null) { in addLocaleToHttpAcceptLanguage()
297 builder.append(country); in addLocaleToHttpAcceptLanguage()
414 String country = null; in getSimOrLocaleCountry() local
420 country = info.getCountryIso(); in getSimOrLocaleCountry()
423 country = mTelephonyManager.getSimCountryIso(); in getSimOrLocaleCountry()
425 if (!TextUtils.isEmpty(country)) { in getSimOrLocaleCountry()
426 return country.toUpperCase(); in getSimOrLocaleCountry()
DPhoneNumberHelper.java38 static String getNumberNoCountryCode(final String number, final String country) { in getNumberNoCountryCode() argument
42 final Phonenumber.PhoneNumber phoneNumber = phoneNumberUtil.parse(number, country); in getNumberNoCountryCode()
/packages/apps/Dialer/java/com/android/dialer/oem/
DCequintCallerIdManager.java218 String country = getString(cursor, cursor.getColumnIndex(CequintColumnNames.COUNTRY_NAME)); in lookup() local
231 String geolocation = getGeolocation(city, state, stateAbbr, country); in lookup()
304 String city, String state, String stateAbbr, String country) { in getGeolocation() argument
311 } else if (!TextUtils.isEmpty(country)) { in getGeolocation()
312 geoDescription = country; in getGeolocation()
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DUtils.java41 final Country country = detector.detectCountry(); in getCurrentCountryIso() local
42 if (country != null) { in getCurrentCountryIso()
43 return country.getCountryIso(); in getCurrentCountryIso()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java610 private String getCountryIsoFromCountry(Country country) { in getCountryIsoFromCountry() argument
611 if(country == null) { in getCountryIsoFromCountry()
617 return country.getCountryIso(); in getCountryIsoFromCountry()
631 Country country = null; in getCountryIso() local
633 country = countryDetector.detectCountry(); in getCountryIso()
647 mCurrentCountryIso = getCountryIsoFromCountry(country); in getCountryIso()
/packages/services/Telephony/ecc/conversion_toolset_v1/proto/
Dprotobuf_ecc_data.proto25 // CountryInfo represents available ECCs of a country/region, recognized
26 // with ISO country code.
28 // Required: Every CountryInfo shall contain a ISO country code.
/packages/apps/Dialer/java/com/android/dialer/location/
DCountryDetector.java225 country -> { in processLocationUpdate()
226 if (country == null) { in processLocationUpdate()
233 .putString(CountryDetector.KEY_PREFERENCE_CURRENT_COUNTRY, country) in processLocationUpdate()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DReverseGeocoder.java358 String country = readUTF(dis); in lookupAddress() local
362 if (country == null) { in lookupAddress()
365 locale = new Locale(language, country); in lookupAddress()
367 locale = new Locale(language, country, variant); in lookupAddress()
/packages/apps/TV/common/src/com/android/tv/common/feature/
DCommonFeatures.java68 String country = LocationUtils.getCurrentCountry(context);
70 if (supportedRegions[i].equalsIgnoreCase(country)) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DVCardResourceEntry.java315 final String country = postalData.getCountry();
316 if (!TextUtils.isEmpty(country)) {
317 sb.append(country);
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DRatingSystemsFragment.java102 for (String country : countries) { in getItemList()
103 builder.append(country); in getItemList()
/packages/apps/Dialer/java/com/android/dialer/smartdial/util/
DSmartDialPrefix.java530 public static boolean isCountryNanp(String country) { in isCountryNanp() argument
531 if (TextUtils.isEmpty(country)) { in isCountryNanp()
537 return nanpCountries.contains(country.toUpperCase()); in isCountryNanp()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dpointer.md164 void SetLocation(Value& location, const char* country, const char* addresses[2]) {
167 SetValueByPointer(location, "/country", country, a);
/packages/apps/TV/src/com/android/tv/parental/
DContentRatingsParser.java196 for (String country : parser.getAttributeValue(i).split("\\s*,\\s*")) { in parseRatingSystemDefinition()
197 builder.addCountry(country); in parseRatingSystemDefinition()
DContentRatingSystem.java211 public void addCountry(String country) { in addCountry() argument
215 mCountries.add(new Locale("", country).getCountry()); in addCountry()

12