Searched refs:COUNTRIES (Results 1 – 6 of 6) sorted by relevance
34 android.R.layout.simple_dropdown_item_1line, COUNTRIES); in onCreate()39 static final String[] COUNTRIES = new String[] { field in AutoComplete1
34 android.R.layout.simple_dropdown_item_1line, COUNTRIES); in onCreate()40 static final String[] COUNTRIES = new String[] { field in AutoComplete6
38 android.R.layout.simple_list_item_1, AutoComplete1.COUNTRIES)); in onCreate()
36 AutoComplete1.COUNTRIES); in onCreate()
86 COUNTRIES[(int) (Math.random() * COUNTRIES.length)]); in addItem()112 private static final String[] COUNTRIES = new String[]{ field in LayoutChangesActivity