Home
last modified time | relevance | path

Searched refs:getRowCount (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DCardContentProviderTest.java74 final int rowsBeforeInsert = getRowCount(); in cardData_insert()
76 final int rowsAfterInsert = getRowCount(); in cardData_insert()
83 final int rowsBeforeInsert = getRowCount(); in cardData_bulkInsert_twoRows()
85 final int rowsAfterInsert = getRowCount(); in cardData_bulkInsert_twoRows()
93 final int count = getRowCount(); in cardData_query()
203 private int getRowCount() { in getRowCount() method in CardContentProviderTest
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyboardBuilder.java89 final int rowCount = getRowCount(); in replaceKeyOf()
313 final int rowCount = getRowCount(); in toUpperCase()
DAbstractKeyboardBuilder.java74 int getRowCount() { in getRowCount() method in AbstractKeyboardBuilder
/packages/apps/Camera2/src/com/android/camera/util/
DCaptureDataSerializer.java189 int numRows = lensShading.getRowCount(); in toString()