Searched refs:mTestAbstractCursor (Results 1 – 1 of 1) sorted by relevance
49 private TestAbstractCursor mTestAbstractCursor; field in AbstractCursorTest62 mTestAbstractCursor = new TestAbstractCursor(COLUMN_NAMES, list); in setUp()68 mTestAbstractCursor.close(); in tearDown()83 mTestAbstractCursor.getBlob(0); in testGetBlob()161 mTestAbstractCursor.registerContentObserver(mock); in testOnChange()163 mTestAbstractCursor.onChange(true); in testOnChange()173 mTestAbstractCursor.resetOnMoveRet(); in testOnMove()174 assertFalse(mTestAbstractCursor.getOnMoveRet()); in testOnMove()175 mTestAbstractCursor.moveToFirst(); in testOnMove()176 mTestAbstractCursor.moveToPosition(5); in testOnMove()[all …]