HomeSort by relevance Sort by last modified time
    Searched full:countrycode (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAddress.java 15 private String countryCode;
83 return countryCode;
87 public void setCountryCode(String countryCode) {
88 this.countryCode = countryCode;
ShadowGeocoder.java 25 private String countryCode;
51 address.setCountryCode(countryCode);
85 * @param countryCode the country code for the response
87 public void setSimulatedResponse(String address, String city, String state, String zip, String countryCode) {
92 this.countryCode = countryCode;
  /external/chromium/chrome/browser/resources/options/
autofill_edit_address_overlay.js 177 var countryCode = $('country').value;
178 if (!countryCode)
179 countryCode = templateData.defaultCountryCode;
181 var details = templateData.autofillCountryData[countryCode];
201 for (var countryCode in countryData) {
204 if (countryCode == defaultCountryCode)
208 countryCode: countryCode,
209 name: countryData[countryCode]['name']
221 countryCode: ''
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java 64 * The formatting is based on the given <code>countryCode</code>.
66 * @param countryCode the ISO 3166-1 two-letter country code that indicates the country/region
71 public PhoneNumberFormattingTextWatcher(String countryCode) {
72 if (countryCode == null) throw new IllegalArgumentException();
73 mFormatter = PhoneNumberUtil.getInstance().getAsYouTypeFormatter(countryCode);
  /libcore/luni/src/main/java/java/util/
Locale.java 258 private transient String countryCode;
272 this.countryCode = upperCaseCountryCode;
302 countryCode = "";
318 countryCode = country.toUpperCase(Locale.US);
343 && countryCode.equals(o.countryCode)
372 return countryCode;
399 if (countryCode.isEmpty()) {
430 localeString = toNewString("fil", countryCode, variantCode);
470 if (!countryCode.isEmpty())
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillDialogResult.java 95 * @param countryCode Country code
101 String countryCode) {
109 mCountryCode = countryCode;
  /libcore/luni/src/main/java/java/util/spi/
LocaleNameProvider.java 53 * @param countryCode an ISO 3166 language code
61 public abstract String getDisplayCountry(String countryCode, Locale locale);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
PhoneNumberFormatter.java 37 public TextWatcherLoadAsyncTask(String countryCode, TextView textView) {
38 mCountryCode = countryCode;
  /packages/apps/Mms/src/com/android/mms/util/
PhoneNumberFormatter.java 37 public TextWatcherLoadAsyncTask(String countryCode, TextView textView) {
38 mCountryCode = countryCode;
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneData.java 386 final String countryCode = fields[0];
399 if (countryCode == null && !timeZoneId.startsWith("Etc/GMT")) {
406 String country = mCountryCodeToNameMap.get(countryCode);
408 country = getCountryNames(lang, countryCode);
409 mCountryCodeToNameMap.put(countryCode, country);
483 private String getCountryNames(String lang, String countryCode) {
486 if (PALESTINE_COUNTRY_CODE.equalsIgnoreCase(countryCode)) {
489 countryDisplayName = new Locale(lang, countryCode).getDisplayCountry(defaultLocale);
492 if (!countryCode.equals(countryDisplayName)) {
507 if (mBackupCountryCodes[i].equals(countryCode)) {
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/resources/
PhoneNumberMetaDataForTesting.xml 25 <territory id="AD" countryCode="376" internationalPrefix="00">
31 <territory id="AE" countryCode="971" internationalPrefix="00">
45 <territory id="AO" countryCode="244" internationalPrefix="00" nationalPrefix="0~0">
67 <territory id="AR" countryCode="54" internationalPrefix="00"
122 <territory id="AU" countryCode="61" internationalPrefix="001[12]"
159 <territory id="BR" countryCode="55" internationalPrefix="0014" nationalPrefix="0">
171 <territory id="BS" countryCode="1" internationalPrefix="011"
197 <territory id="BY" countryCode="375" internationalPrefix="810" nationalPrefix="8"
228 <territory id="DE" countryCode="49" internationalPrefix="00"
284 <territory id="GB" countryCode="44" internationalPrefix="00
    [all...]
PhoneNumberMetaData.xml 75 <!ATTLIST territory countryCode CDATA #REQUIRED>
98 <territory id="AC" countryCode="247" internationalPrefix="00">
132 <territory id="AD" countryCode="376" internationalPrefix="00">
188 <territory id="AE" countryCode="971" internationalPrefix="00"
263 <territory id="AF" countryCode="93" internationalPrefix="00"
303 <territory id="AG" countryCode="1" leadingDigits="268" nationalPrefix="1"
397 <territory id="AI" countryCode="1" leadingDigits="264" nationalPrefix="1"
471 <territory id="AL" countryCode="355" internationalPrefix="00"
581 <territory id="AM" countryCode="374" internationalPrefix="00"
686 <territory id="AO" countryCode="244" internationalPrefix="00"
    [all...]
PhoneNumberAlternateFormats.xml 50 <!ATTLIST territory countryCode CDATA #REQUIRED>
57 <territory countryCode="61">
85 <territory countryCode="43">
111 <territory countryCode="55">
121 <territory countryCode="49">
786 <territory countryCode="44" >
818 <territory countryCode="81" >
855 <territory countryCode="351" >
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 320 String countryCode = mTelephonyManager.getNetworkCountryIso();
322 assertTrue("Country code '" + countryCode + "' did not match "
324 Pattern.matches(ISO_COUNTRY_CODE_PATTERN, countryCode));
332 String countryCode = mTelephonyManager.getSimCountryIso();
334 assertTrue("Country code '" + countryCode + "' did not match "
336 Pattern.matches(ISO_COUNTRY_CODE_PATTERN, countryCode));
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialPrefix.java 108 final String countryCode;
116 public PhoneNumberTokens(String countryCode, int countryCodeOffset, int nanpCodeOffset) {
117 this.countryCode = countryCode;
261 String countryCode = "";
273 countryCode = number.substring(1, i);
274 if (isValidCountryCode(countryCode)) {
285 countryCode = "1";
296 if (countryCode.equals("") && normalizedNumber.length() == 10){
301 } else if (countryCode.equals("1") && normalizedNumber.length() == 11)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 193 String countryCode = addr1CountryCode;
195 if (!countryCode.equals(currentCountry)) {
196 closestCommonLocation += ", " + adminArea + " " + countryCode;
245 String countryCode = addr1CountryCode;
246 if (!countryCode.equals(currentCountry)) {
247 if (countryCode != null && countryCode.length() > 0) {
248 closestCommonLocation += " " + countryCode;
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 65 String countryCode = "US";
66 address.setCountryCode(countryCode);
67 assertEquals(countryCode, address.getCountryCode());
209 "locality=null,thoroughfare=null,postalCode=95120,countryCode=null," +
  /external/icu4c/i18n/
tzgnames.cpp 559 char countryCode[ULOC_COUNTRY_CAPACITY];
561 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
562 countryCode[ccLen] = 0;
565 fLocaleDisplayNames->regionDisplayName(countryCode, country);
808 char countryCode[ULOC_COUNTRY_CAPACITY];
810 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
811 countryCode[ccLen] = 0;
814 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden)
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 150 String countryCode = locale.getCountry();
153 if (line.startsWith(countryCode)) {
ICU.java 226 public static native String getCurrencyCode(String countryCode);
231 public static native String getDisplayCountryNative(String countryCode, String locale);
  /packages/inputmethods/LatinIME/java/res/xml/
key_styles_currency.xml 56 latin:countryCode="AD|AT|BE|CY|EE|FI|FR|DE|GR|IE|IT|XK|LU|MT|MO|ME|NL|PT|SM|SK|SI|ES|VA"
134 latin:countryCode="GB"
  /external/chromium/chrome/browser/autofill/
address_unittest.cc 14 TEST(AddressTest, CountryCode) {
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_result.cc 61 FETCH_JSTRING(UTF8, env, address, ResultAddress, CountryCode);
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 142 ScopedUtfChars countryCode(env, javaCountryCode);
143 ScopedResourceBundle currency(ures_getByKey(currencyMap.get(), countryCode.c_str(), NULL, &status));
574 jstring countryCode = env->NewStringUTF(Locale::createFromName(localeName.c_str()).getCountry());
575 jstring internationalCurrencySymbol = ICU_getCurrencyCode(env, NULL, countryCode);
576 env->DeleteLocalRef(countryCode);
577 countryCode = NULL;
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java     [all...]

Completed in 2026 milliseconds

1 2 3