Home
last modified time | relevance | path

Searched refs:ORIGINAL_ROW_COUNT (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DAsyncQueryHandlerTest.java71 private static final int ORIGINAL_ROW_COUNT = 3; field in AsyncQueryHandlerTest
135 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()
DContentQueryMapTest.java55 private static final int ORIGINAL_ROW_COUNT = 2; field in ContentQueryMapTest
121 assertEquals(ORIGINAL_ROW_COUNT, rows.size()); in testGetRows()