Searched refs:MockSimpleCursorTreeAdapter (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleCursorTreeAdapterTest.java | 72 private MockSimpleCursorTreeAdapter mSimpleCursorTreeAdapter; 89 new MockSimpleCursorTreeAdapter(mContext, mGroupCursor, in testConstructor() 93 new MockSimpleCursorTreeAdapter(mContext, mGroupCursor, in testConstructor() 97 new MockSimpleCursorTreeAdapter(mContext, mGroupCursor, in testConstructor() 108 mSimpleCursorTreeAdapter = new MockSimpleCursorTreeAdapter(mContext, mGroupCursor, in testBindChildView() 128 mSimpleCursorTreeAdapter = new MockSimpleCursorTreeAdapter(mContext, mGroupCursor, in testBindGroupView() 145 mSimpleCursorTreeAdapter = new MockSimpleCursorTreeAdapter(mContext, mGroupCursor, in testSetViewImage() 219 private class MockSimpleCursorTreeAdapter extends SimpleCursorTreeAdapter { class in SimpleCursorTreeAdapterTest 220 public MockSimpleCursorTreeAdapter(Context context, Cursor cursor, in MockSimpleCursorTreeAdapter() method in SimpleCursorTreeAdapterTest.MockSimpleCursorTreeAdapter 228 public MockSimpleCursorTreeAdapter(Context context, Cursor cursor, in MockSimpleCursorTreeAdapter() method in SimpleCursorTreeAdapterTest.MockSimpleCursorTreeAdapter [all …]
|