Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleCursorTreeAdapterTest.java72 private MockSimpleCursorTreeAdapter mSimpleCursorTreeAdapter; field in SimpleCursorTreeAdapterTest
108 mSimpleCursorTreeAdapter = new MockSimpleCursorTreeAdapter(mContext, mGroupCursor, in testBindChildView()
114 mSimpleCursorTreeAdapter.bindChildView(view, null, mChildCursor, true); in testBindChildView()
118 mSimpleCursorTreeAdapter.bindChildView(view, null, mChildCursor, false); in testBindChildView()
128 mSimpleCursorTreeAdapter = new MockSimpleCursorTreeAdapter(mContext, mGroupCursor, in testBindGroupView()
133 mSimpleCursorTreeAdapter.bindGroupView(view, null, mGroupCursor, true); in testBindGroupView()
137 mSimpleCursorTreeAdapter.bindGroupView(view, null, mGroupCursor, false); in testBindGroupView()
145 mSimpleCursorTreeAdapter = new MockSimpleCursorTreeAdapter(mContext, mGroupCursor, in testSetViewImage()
152 mSimpleCursorTreeAdapter.setViewImage(view, in testSetViewImage()
162 mSimpleCursorTreeAdapter.setViewImage(view, ""); in testSetViewImage()
[all …]