Searched refs:mChildCursor (Results 1 – 1 of 1) sorted by relevance
78 private Cursor mChildCursor; field in SimpleCursorTreeAdapterTest106 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()