Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DCardContentProviderTest.java75 final int rowsBeforeInsert = getRowCount(); in cardData_insert()
77 final int rowsAfterInsert = getRowCount(); in cardData_insert()
85 final int rowsBeforeInsert = getRowCount(); in cardData_bulkInsert_twoRows()
87 final int rowsAfterInsert = getRowCount(); in cardData_bulkInsert_twoRows()
117 final int count = getRowCount(); in cardData_query()
251 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/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardView.java150 public int getRowCount() { in getRowCount() method in LeanbackKeyboardView
202 int rows = getRowCount(); in getNearestIndex()
/packages/apps/Camera2/src/com/android/camera/util/
DCaptureDataSerializer.java189 int numRows = lensShading.getRowCount(); in toString()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/grid/
DChooserGridAdapter.java186 public int getRowCount() { in getRowCount() method in ChooserGridAdapter
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActivity.java2306 rowsToShow = gridAdapter.getRowCount();