Searched refs:ORIGINAL_ROW_COUNT (Results 1 – 2 of 2) sorted by relevance
71 private static final int ORIGINAL_ROW_COUNT = 3; field in AsyncQueryHandlerTest135 assertEquals(ORIGINAL_ROW_COUNT + 1, cursor.getCount()); in testStartInsert()159 assertEquals(ORIGINAL_ROW_COUNT, cursor.getCount()); in testStartQuery()210 assertEquals(ORIGINAL_ROW_COUNT, cursor.getCount()); in testStartUpdate()250 assertEquals(ORIGINAL_ROW_COUNT - 1, cursor.getCount()); in testStartDelete()
55 private static final int ORIGINAL_ROW_COUNT = 2; field in ContentQueryMapTest121 assertEquals(ORIGINAL_ROW_COUNT, rows.size()); in testGetRows()