HomeSort by relevance Sort by last modified time
    Searched refs:COUNTRIES (Results 1 - 10 of 10) 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[] {
  /external/icu4c/common/
uloc.cpp 327 static const char * const COUNTRIES[] = {
375 * their 2-letter equivalent. It must be kept in sync with COUNTRIES.
376 * For all valid i, COUNTRIES[i] must refer to the same country as
377 * COUNTRIES_3[i]. The commented-out lines are copied from COUNTRIES
382 * the two lists in COUNTRIES.
    [all...]

Completed in 907 milliseconds