Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DCursorTreeAdapterTest.java163 new MockCursorTreeAdapter(mGroupCursor, mContext); in testConstructor()
165 new MockCursorTreeAdapter(null, null); in testConstructor()
167 new MockCursorTreeAdapter(mGroupCursor, mContext, true); in testConstructor()
169 new MockCursorTreeAdapter(null, null, false); in testConstructor()
175 CursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testGetCursor()
188 CursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testSetGroupCursor()
201 MockCursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testSetChildrenCursor()
212 CursorTreeAdapter adapter = new MockCursorTreeAdapter(null, mContext); in testChangeCursor()
225 MockCursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testNotifyDataSetChangedBoolean()
265 MockCursorTreeAdapter adapter = new MockCursorTreeAdapter(mGroupCursor, mContext); in testNotifyDataSetChanged()
[all …]