Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleAdapterTest.java71 private static final int[] VIEWS_TO = new int[] { android.R.id.text1 }; 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.java74 private static final int[] VIEWS_TO = new int[] { R.id.cursorAdapter_item0 }; field in SimpleCursorAdapterTest
119 mContext, R.layout.cursoradapter_item0, mCursor, COLUMNS_FROM, VIEWS_TO); in makeSimpleCursorAdapter()
127 COLUMNS_FROM, VIEWS_TO); in testConstructor()
401 simpleCursorAdapter.changeCursorAndColumns(newCursor, from, VIEWS_TO); in testChangeCursorAndColumns()