OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COUNTRIES
(Results
1 - 11
of
11
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete1.java
34
android.R.layout.simple_dropdown_item_1line,
COUNTRIES
);
39
static final String[]
COUNTRIES
= new String[] {
AutoComplete6.java
34
android.R.layout.simple_dropdown_item_1line,
COUNTRIES
);
40
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[] {
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
LayoutChangesActivity.java
86
COUNTRIES
[(int) (Math.random() *
COUNTRIES
.length)]);
112
private 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[] {
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowReportingTest.java
70
final String[]
COUNTRIES
= new String[] {"Belgium", "France", "Italy", "Germany", "Spain"};
80
android.R.layout.simple_dropdown_item_1line,
COUNTRIES
);
/external/icu/icu4c/source/common/
uloc.cpp
326
static const char * const
COUNTRIES
[] = {
374
* their 2-letter equivalent. It must be kept in sync with
COUNTRIES
.
375
* For all valid i,
COUNTRIES
[i] must refer to the same country as
376
* COUNTRIES_3[i]. The commented-out lines are copied from
COUNTRIES
381
* the two lists in
COUNTRIES
.
[
all
...]
Completed in 348 milliseconds