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.java61 private MockSimpleCursorTreeAdapter mSimpleCursorTreeAdapter; field in SimpleCursorTreeAdapterTest
96 mSimpleCursorTreeAdapter = new MockSimpleCursorTreeAdapter(mContext, mGroupCursor, in testBindChildView()
102 mSimpleCursorTreeAdapter.bindChildView(view, null, mChildCursor, true); in testBindChildView()
106 mSimpleCursorTreeAdapter.bindChildView(view, null, mChildCursor, false); in testBindChildView()
115 mSimpleCursorTreeAdapter = new MockSimpleCursorTreeAdapter(mContext, mGroupCursor, in testBindGroupView()
120 mSimpleCursorTreeAdapter.bindGroupView(view, null, mGroupCursor, true); in testBindGroupView()
124 mSimpleCursorTreeAdapter.bindGroupView(view, null, mGroupCursor, false); in testBindGroupView()
131 mSimpleCursorTreeAdapter = new MockSimpleCursorTreeAdapter(mContext, mGroupCursor, in testSetViewImage()
138 mSimpleCursorTreeAdapter.setViewImage(view, in testSetViewImage()
148 mSimpleCursorTreeAdapter.setViewImage(view, ""); in testSetViewImage()
[all …]