HomeSort by relevance Sort by last modified time
    Searched defs: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;
  /libcore/luni/src/main/java/libcore/icu/
TimeZoneNames.java 145 String countryCode = locale.getCountry();
148 if (line.startsWith(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/TvSettings/Settings/src/com/android/tv/settings/system/
LanguageActivity.java 237 String countryCode = Locale.getDefault().getCountry();
240 if (wifiMgr != null && !TextUtils.isEmpty(countryCode)) {
241 wifiMgr.setCountryCode(countryCode, true);
  /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," +
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 329 String countryCode = mTelephonyManager.getNetworkCountryIso();
331 assertTrue("Country code '" + countryCode + "' did not match "
333 Pattern.matches(ISO_COUNTRY_CODE_PATTERN, countryCode));
341 String countryCode = mTelephonyManager.getSimCountryIso();
343 assertTrue("Country code '" + countryCode + "' did not match "
345 Pattern.matches(ISO_COUNTRY_CODE_PATTERN, countryCode));
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java 597 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode);
598 if (countryCode == 0) {
603 String newRegionCode = phoneUtil.getRegionCodeForCountryCode(countryCode);
605 currentMetadata = phoneUtil.getMetadataForNonGeographicalRegion(countryCode);
609 String countryCodeString = Integer.toString(countryCode);
PhoneNumberMatcher.java 479 String countryCode = Integer.toString(number.getCountryCode());
480 fromIndex = normalizedCandidate.indexOf(countryCode) + countryCode.length();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsNumberUtils.java 109 public int countryCode;
200 int countryCode = numberEntry.countryCode;
203 && networkPortionNumber.length() >= 11 && countryCode != NANP_CC) {
380 int countryCode = -1;
388 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) {
389 numberEntry.countryCode = countryCode;
392 } else if ((countryCode = getCountryCode(context, numberNoNBPCD)) > 0) {
393 numberEntry.countryCode = countryCode
    [all...]
  /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);
482 private String getCountryNames(String lang, String countryCode) {
485 if (PALESTINE_COUNTRY_CODE.equalsIgnoreCase(countryCode)) {
488 countryDisplayName = new Locale(lang, countryCode).getDisplayCountry(defaultLocale);
491 if (!countryCode.equals(countryDisplayName)) {
506 if (mBackupCountryCodes[i].equals(countryCode)) {
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 151 ScopedUtfChars countryCode(env, javaCountryCode);
152 ScopedResourceBundle currency(ures_getByKey(currencyMap.get(), countryCode.c_str(), NULL, &status));
660 jstring countryCode = env->NewStringUTF(icuLocale.locale().getCountry());
661 jstring internationalCurrencySymbol = ICU_getCurrencyCode(env, NULL, countryCode);
662 env->DeleteLocalRef(countryCode);
663 countryCode = NULL;
    [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;
  /external/chromium_org/third_party/icu/source/i18n/
tzgnames.cpp 552 char countryCode[ULOC_COUNTRY_CAPACITY];
554 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
555 countryCode[ccLen] = 0;
558 fLocaleDisplayNames->regionDisplayName(countryCode, country);
801 char countryCode[ULOC_COUNTRY_CAPACITY];
803 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
804 countryCode[ccLen] = 0;
807 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden)
    [all...]
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 552 char countryCode[ULOC_COUNTRY_CAPACITY];
554 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
555 countryCode[ccLen] = 0;
558 fLocaleDisplayNames->regionDisplayName(countryCode, country);
801 char countryCode[ULOC_COUNTRY_CAPACITY];
803 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
804 countryCode[ccLen] = 0;
807 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 265 String countryCode = operator.substring(0,3);
266 if (countryCode != null) {
268 MccTable.countryCodeForMcc(Integer.parseInt(countryCode)));
    [all...]
  /libcore/luni/src/main/java/java/util/
Locale.java     [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 

Completed in 872 milliseconds

1 2 3