Searched refs:newRows (Results 1 – 3 of 3) sorted by relevance
103 final E[][] newRows = (rowIndex < mRows.length) ? mRows in setRowAt() local105 newRows[rowIndex] = elements; in setRowAt()106 mRows = newRows; in setRowAt()
91 List<ContentValues> newRows = new ArrayList<>(); in verifyDataInDb() local95 newRows.add(cursorRowToContentValues(cursor)); in verifyDataInDb()99 assertEquals(table + " row count matching failed", rows.size(), newRows.size()); in verifyDataInDb()103 ContentValues actual = newRows.get(i); in verifyDataInDb()
85 List<ContentValues> newRows = new ArrayList<>(); in verifyDataInDb() local89 newRows.add(cursorRowToContentValues(cursor)); in verifyDataInDb()93 assertEquals(table + " row count matching failed", rows.size(), newRows.size()); in verifyDataInDb()97 ContentValues actual = newRows.get(i); in verifyDataInDb()