OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:countries
(Results
1 - 5
of
5
) 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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LocaleTest.java
275
// Assumes all
countries
are 2 digits, and that there will always be
276
// 230
countries
on the list...
386
List<String>
countries
= Arrays.asList(Locale.getISOCountries());
local
387
assertFalse(
countries
.contains("CS"));
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
Completed in 110 milliseconds