Home
last modified time | relevance | path

Searched refs:newRows (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DAbstractKeyboardBuilder.java103 final E[][] newRows = (rowIndex < mRows.length) ? mRows in setRowAt() local
105 newRows[rowIndex] = elements; in setRowAt()
106 mRows = newRows; in setRowAt()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/
DMigrationTestHelper.java91 List<ContentValues> newRows = new ArrayList<>(); in verifyDataInDb() local
95 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()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/shared/migration/
DMigrationTestHelper.java85 List<ContentValues> newRows = new ArrayList<>(); in verifyDataInDb() local
89 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()