Searched refs:cursor2 (Results 1 – 2 of 2) sorted by relevance
364 protected void compareCursors(Cursor cursor1, Cursor cursor2, in compareCursors() argument370 cursor2.getCount()); in compareCursors()372 while (cursor1.moveToNext() && cursor2.moveToNext()) { in compareCursors()382 cursor2.getString(i)); in compareCursors()
219 Cursor cursor2 = getOneRowCursor(); in testContentCacheRemoveEldestEntry() local236 assertFalse(cursor2.isClosed()); in testContentCacheRemoveEldestEntry()260 assertFalse(cursor2.isClosed()); in testContentCacheRemoveEldestEntry()