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

1 2

  /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/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
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
RatingSystemsFragment.java 94 List<String> countries = s.getCountries(); local
95 if (countries.size() > 1) {
97 for (int i = 0; i < countries.size(); ++i) {
98 countries.set(i, new Locale("", countries.get(i)).getDisplayCountry());
100 Collections.sort(countries);
102 for (String country : countries) {
  /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/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceThreadTest.java 59 private static final String[] countries = { field in class:ICUServiceThreadTest
101 String c = countries[r.nextInt(countries.length)];
DisplayNameTest.java 63 String[] countries = addUnknown(ULocale.getISOCountries(),2); field in class:DisplayNameTest
108 check("Country", locale, countries, null, new DisplayNameGetter() {
ICUResourceBundleTest.java 885 ICUResourceBundle countries = (ICUResourceBundle) bundle.get("Languages"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceThreadTest.java 55 private static final String[] countries = { field in class:ICUServiceThreadTest
97 String c = countries[r.nextInt(countries.length)];
DisplayNameTest.java 59 String[] countries = addUnknown(ULocale.getISOCountries(),2); field in class:DisplayNameTest
104 check("Country", locale, countries, null, new DisplayNameGetter() {
ICUResourceBundleTest.java 881 ICUResourceBundle countries = (ICUResourceBundle) bundle.get("Languages"); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/dashboard/
SupportItemAdapter.java 349 mActivity, android.R.layout.simple_spinner_dropdown_item, data.countries);
698 final List<String> countries; field in class:SupportItemAdapter.OfflineEscalationData
704 countries = builder.mCountries;
719 Builder setCountries(List<String> countries) {
720 mCountries = countries;
  /packages/apps/TV/src/com/android/tv/parental/
ContentRatingSystem.java 155 String name, String domain, String title, String description, List<String> countries,
162 mCountries = countries;
251 // Shows the country name instead of "Other countries" if the current
252 // country is one of the countries this rating system applies to.
  /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/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 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 989 milliseconds

1 2