Searched refs:listItem (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleCursorAdapterTest.java | 134 TextView listItem = (TextView) simpleCursorAdapter.newView(mContext, null, null); in testBindView() local 136 listItem.setText(""); in testBindView() 138 simpleCursorAdapter.bindView(listItem, null, mCursor); in testBindView() 139 assertEquals("01", listItem.getText().toString()); in testBindView() 142 simpleCursorAdapter.bindView(listItem, null, mCursor); in testBindView() 143 assertEquals("191", listItem.getText().toString()); in testBindView() 146 listItem.setText(""); in testBindView() 151 simpleCursorAdapter.bindView(listItem, null, mCursor); in testBindView() 153 assertEquals("", listItem.getText().toString()); in testBindView() 159 simpleCursorAdapter.bindView(listItem, null, mCursor); in testBindView() [all …]
|