OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COUNTRIES
(Results
1 - 9
of
9
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete1.java
37
android.R.layout.simple_dropdown_item_1line,
COUNTRIES
);
42
static final String[]
COUNTRIES
= new String[] {
AutoComplete6.java
37
android.R.layout.simple_dropdown_item_1line,
COUNTRIES
);
43
static final String[]
COUNTRIES
= new String[] {
AutoComplete2.java
36
AutoComplete1.
COUNTRIES
);
LinearLayout9.java
38
android.R.layout.simple_list_item_1, AutoComplete1.
COUNTRIES
));
AutoComplete3.java
36
AutoComplete1.
COUNTRIES
);
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
AutoCompleteTextViewActivityPortrait.java
47
android.R.layout.simple_dropdown_item_1line,
COUNTRIES
);
52
static final String[]
COUNTRIES
= new String[] {
AutoCompleteTextViewActivityLandscape.java
53
android.R.layout.simple_dropdown_item_1line,
COUNTRIES
);
58
static final String[]
COUNTRIES
= new String[] {
/frameworks/base/core/tests/coretests/src/android/view/
PopupWindowVisibility.java
61
android.R.layout.simple_dropdown_item_1line,
COUNTRIES
);
74
static final String[]
COUNTRIES
= new String[] {
/external/icu4c/common/
uloc.c
70
static const char _kCountries[] = "
Countries
";
347
static const char * const
COUNTRIES
[] = {
395
* their 2-letter equivalent. It must be kept in sync with
COUNTRIES
.
396
* For all valid i,
COUNTRIES
[i] must refer to the same country as
397
* COUNTRIES_3[i]. The commented-out lines are copied from
COUNTRIES
402
* the two lists in
COUNTRIES
.
[
all
...]
Completed in 1611 milliseconds