HomeSort by relevance Sort by last modified time
    Searched defs:COUNTRIES (Results 1 - 8 of 8) 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[] {
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
AutoCompleteTextViewActivityLandscape.java 52 android.R.layout.simple_dropdown_item_1line, COUNTRIES);
57 static final String[] COUNTRIES = new String[] {
AutoCompleteTextViewActivityPortrait.java 47 android.R.layout.simple_dropdown_item_1line, COUNTRIES);
52 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 267 final String[] COUNTRIES = new String[] {"Belgium", "France", "Italy", "Germany", "Spain"};
273 mActivity, android.R.layout.simple_dropdown_item_1line, COUNTRIES);
  /external/icu/icu4c/source/common/
uloc.cpp 333 static const char * const COUNTRIES[] = {
381 * their 2-letter equivalent. It must be kept in sync with COUNTRIES.
382 * For all valid i, COUNTRIES[i] must refer to the same country as
383 * COUNTRIES_3[i]. The commented-out lines are copied from COUNTRIES
388 * the two lists in COUNTRIES.
    [all...]

Completed in 243 milliseconds