Home
last modified time | relevance | path

Searched refs:COLUMNS_FROM (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleAdapterTest.java73 private static final String[] COLUMNS_FROM = new String[] { "column1" }; field in SimpleAdapterTest
120 android.R.layout.simple_list_item_1, COLUMNS_FROM, VIEWS_TO); in setup()
126 android.R.layout.simple_list_item_1, COLUMNS_FROM, VIEWS_TO); in testConstructor()
133 android.R.layout.simple_list_item_1, COLUMNS_FROM, VIEWS_TO); in testGetCount()
137 android.R.layout.simple_list_item_1, COLUMNS_FROM, VIEWS_TO); in testGetCount()
DSimpleCursorAdapterTest.java76 private static final String[] COLUMNS_FROM = new String[] { "column1" }; field in SimpleCursorAdapterTest
119 mContext, R.layout.cursoradapter_item0, mCursor, COLUMNS_FROM, VIEWS_TO); in makeSimpleCursorAdapter()
127 COLUMNS_FROM, VIEWS_TO); in testConstructor()
165 mCursor, COLUMNS_FROM, to); in testBindView()