Searched refs:mChildCursor2 (Results 1 – 1 of 1) sorted by relevance
83 private Cursor mChildCursor2; field in CursorTreeAdapterTest132 mChildCursor2 = createChild2Cursor(); in setup()133 assertNotNull(mChildCursor2); in setup()152 if (null != mChildCursor2) { in teardown()153 mChildCursor2.close(); in teardown()154 mChildCursor2 = null; in teardown()205 adapter.setChildrenCursor(0, mChildCursor2); in testSetChildrenCursor()206 assertSame(mChildCursor2, adapter.getChild(0, 0)); in testSetChildrenCursor()536 assertSame(mChildCursor2, retCursor); in testGetChild()705 if (mChildCursor2.isClosed()) { in getChildrenCursor()[all …]