Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentQueryMapTest.java118 Map<String, ContentValues> rows = mContentQueryMap.getRows(); in testGetRows() local
119 assertEquals(ORIGINAL_ROW_COUNT, rows.size()); in testGetRows()
120 assertTrue(rows.containsKey(NAME0)); in testGetRows()
121 assertEquals(VALUE0, rows.get(NAME0).getAsString(DummyProvider.VALUE)); in testGetRows()
122 assertTrue(rows.containsKey(NAME1)); in testGetRows()
123 assertEquals(VALUE1, rows.get(NAME1).getAsString(DummyProvider.VALUE)); in testGetRows()
128 rows = mContentQueryMap.getRows(); in testGetRows()
129 assertFalse(rows.containsKey(NAME0)); in testGetRows()
131 rows = mContentQueryMap.getRows(); in testGetRows()
132 assertFalse(rows.containsKey(NAME0)); in testGetRows()
/cts/tests/tests/database/src/android/database/cts/
DAbstractCursorTest.java399 private static ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList() argument
403 for (int i = 0; i < rows; i++) { in createTestList()
452 public TestAbstractCursor(String[] columnNames, ArrayList<ArrayList> rows) { in TestAbstractCursor() argument
471 int rowCount = rows.size(); in TestAbstractCursor()
475 mRows[i] = rows.get(i); in TestAbstractCursor()
DCursorWindowTest.java410 private static ArrayList<ArrayList<Integer>> createTestList(int rows, int cols) { in createTestList() argument
414 for (int i = 0; i < rows; i++) { in createTestList()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java185 List<TestListItem> rows = getRows(); in doInBackground() local
186 return getRefreshResults(rows); in doInBackground()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex4066 public java.util.Vector rows