Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleCursorTreeAdapterTest.java78 private Cursor mChildCursor; field in SimpleCursorTreeAdapterTest
106 mChildCursor = createTestCursor(3, 4, "child"); in testBindChildView()
107 mChildCursor.moveToFirst(); in testBindChildView()
114 mSimpleCursorTreeAdapter.bindChildView(view, null, mChildCursor, true); in testBindChildView()
117 mChildCursor.moveToNext(); in testBindChildView()
118 mSimpleCursorTreeAdapter.bindChildView(view, null, mChildCursor, false); in testBindChildView()