Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleCursorAdapterTest.java133 SimpleCursorAdapter simpleCursorAdapter = makeSimpleCursorAdapter(); in testBindView() local
134 TextView listItem = (TextView) simpleCursorAdapter.newView(mContext, null, null); in testBindView()
138 simpleCursorAdapter.bindView(listItem, null, mCursor); in testBindView()
142 simpleCursorAdapter.bindView(listItem, null, mCursor); in testBindView()
149 simpleCursorAdapter.setViewBinder(binder); in testBindView()
151 simpleCursorAdapter.bindView(listItem, null, mCursor); in testBindView()
159 simpleCursorAdapter.bindView(listItem, null, mCursor); in testBindView()
164 simpleCursorAdapter = new SimpleCursorAdapter(mContext, R.layout.cursoradapter_host, in testBindView()
166 LinearLayout illegalView = (LinearLayout)simpleCursorAdapter.newView(mContext, null, null); in testBindView()
169 simpleCursorAdapter.bindView(illegalView, null, mCursor); in testBindView()
[all …]