HomeSort by relevance Sort by last modified time
    Searched refs:countries (Results 1 - 21 of 21) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java 68 Set<String> countries = new LinkedHashSet<String>(); local
69 if (country != null) countries.add(country);
70 countries.add(defaultCountry);
71 countries.add("US");
72 countries.add("GB");
73 countries.add("JP");
75 for (String c : countries) {
  /external/chromium_org/chrome/browser/ui/autofill/
country_combobox_model.h 22 // A model for countries to be used to enter addresses.
38 const std::vector<AutofillCountry*>& countries() const { function in class:autofill::CountryComboboxModel
46 // The countries to show in the model, including NULL for entries that are
47 // not countries (the separator entry).
country_combobox_model_unittest.cc 51 std::string country_code = model()->countries()[i]->country_code();
autofill_dialog_controller_impl.cc 3279 const std::vector<AutofillCountry*>& countries = model->countries(); local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tzselect.ksh 137 # Get list of names of countries in the continent or ocean.
138 countries=$($AWK -F'\t' \
162 case $countries in
165 select country in $countries
177 country=$countries
  /external/icu/icu4c/source/tools/tzcode/
tzselect.ksh 137 # Get list of names of countries in the continent or ocean.
138 countries=$($AWK -F'\t' \
162 case $countries in
165 select country in $countries
177 country=$countries
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
ClientData.java 148 StringBuilder countries = new StringBuilder(); local
151 countries.append(countryCode + "~");
164 countries.setLength(countries.length() - 1);
171 AddressDataKey.COUNTRIES.toString().toLowerCase() +
172 "\": \"" + countries.toString() + "\"}";
FormController.java 229 String[] countries = splitData(data.get(AddressDataKey.COUNTRIES)); local
230 for (int i = 0; i < countries.length; i++) {
232 .setKey(countries[i])
233 .setName(countries[i])
AddressWidget.java 318 // Zip code is called postal code in some countries. This method returns the appropriate name
348 ArrayList<RegionData> countries = new ArrayList<RegionData>(); local
357 countries.add(country);
360 countryUi.initializeCandidatesList(countries);
  /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
AddressVerificationDataTest.java 41 String[] countries = nodeData.get(AddressDataKey.COUNTRIES).split("~"); local
42 assertTrue(countries.length > 0);
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
countryinfo_example_addresses_test.cc 199 ASSERT_TRUE(json_examples->GetStringValueForKey("countries", &countries_str));
200 std::vector<std::string> countries; local
201 SplitString(countries_str, '~', &countries);
203 for (std::vector<std::string>::const_iterator it = countries.begin();
204 it != countries.end(); ++it) {
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneFilterTypeAdapter.java 213 ArrayList<String> countries = new ArrayList<String>(); local
234 countries.add(country);
238 if (countries.size() > 0) {
239 // Sort countries alphabetically.
240 Collections.sort(countries);
241 for (String country : countries) {
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 148 const std::vector<AutofillCountry*>& countries = model.countries(); local
150 countries.front()->country_code());
154 for (size_t i = 0; i < countries.size(); ++i) {
160 countries[i] ? countries[i]->country_code() : "separator");
167 GetAddressComponents(countries.front()->country_code(),
  /external/chromium_org/chrome/test/telemetry/chromeos/
login_unittest.py 208 # Map from other countries to a localized country
315 'countries.')),
317 ("Use this if there separate SKUs for Nordic countries (Sweden, "
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 498 certain countries either by patents or by copyrighted interfaces, the
501 those countries, so that distribution is permitted only in or among
502 countries not thus excluded. In such case, this License incorporates
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 

Completed in 660 milliseconds