/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
AsYouTypeFormatter.java | 581 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); 582 if (countryCode == 0) { 587 String newRegionCode = phoneUtil.getRegionCodeForCountryCode(countryCode); 589 currentMetaData = phoneUtil.getMetadataForNonGeographicalRegion(countryCode); 593 String countryCodeString = Integer.toString(countryCode);
|
/frameworks/base/location/java/android/location/ |
Address.java | 267 public void setCountryCode(String countryCode) { 268 mCountryCode = countryCode; 453 sb.append(",countryCode=");
|
/external/chromium_org/chrome/browser/resources/options/ |
autofill_edit_address_overlay.js | 193 var countryCode = $('country').value || 196 var details = loadTimeData.getValue('autofillCountryData')[countryCode];
|
/external/chromium/chrome/browser/autofill/ |
select_control_handler.cc | 163 std::string country_code = profile.CountryCode();
|
autofill_profile.h | 72 const std::string CountryCode() const;
|
autofill_profile_unittest.cc | 638 TEST(AutofillProfileTest, CountryCode) { 640 EXPECT_EQ(std::string(), profile.CountryCode()); 643 EXPECT_EQ("US", profile.CountryCode());
|
personal_data_manager.cc | 305 !value.empty() && imported_profile->CountryCode().empty()) { 708 if (profile.CountryCode() == "US" && 715 if (profile.CountryCode() == "US" && !zip.empty() && !IsValidZip(zip))
|
autofill_profile.cc | 308 const std::string AutofillProfile::CountryCode() const {
|
/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/ |
ICU_Delegate.java | 125 /*package*/ static String getDisplayCountryNative(String countryCode, String locale) {
|
/external/chromium_org/third_party/icu/source/i18n/ |
zstrfmt.cpp | 785 UnicodeString countryCode; 786 ZoneMeta::getCanonicalCountry(utzid, countryCode); 787 if (!countryCode.isEmpty()) { 800 getLocalizedCountry(countryCode, fLocale, country); 960 ZoneMeta::getZoneIdByMetazone(mzid, countryCode, preferredID); [all...] |
zstrfmt.h | 363 static UnicodeString& getLocalizedCountry(const UnicodeString &countryCode, const Locale &locale,
|
/external/chromium_org/components/autofill/core/browser/ |
phone_field_unittest.cc | 209 field.name = ASCIIToUTF16("CountryCode");
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateMachine.java | [all...] |
WifiNative.java | 465 public boolean setCountryCode(String countryCode) { 466 return doBooleanCommand("DRIVER COUNTRY " + countryCode.toUpperCase(Locale.ROOT));
|
WifiManager.java | [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pService.java | [all...] |
/frameworks/base/services/java/com/android/server/wifi/ |
WifiService.java | [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
autofill_options_handler.cc | 334 address.SetString("country", profile->CountryCode());
|
/packages/inputmethods/LatinIME/java/res/values/ |
attrs.xml | 438 <attr name="countryCode" format="string" />
|
/external/libphonenumber/java/ |
release_notes.txt | 225 - Fix the problems with AYTF crashing for longer numbers entered with +CountryCode, and incorrectly
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardBuilder.java | 712 "countryCode"), [all...] |
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberUtils.java | [all...] |
/external/chromium/chrome/browser/webdata/ |
autofill_table.cc | 79 std::string country_code = profile.CountryCode(); [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 | |
/dalvik/hit/samples/ |
android.hprof | [all...] |