Home
last modified time | relevance | path

Searched refs:cols (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/database/src/android/database/cts/
DCursorWindowTest.java501 private static ArrayList<ArrayList<Integer>> createTestList(int rows, int cols) { in createTestList() argument
508 for (int j = 0; j < cols; j++) { in createTestList()
DAbstractCursorTest.java447 private static ArrayList<ArrayList> createTestList(int rows, int cols) { in createTestList() argument
455 for (int j = 0; j < cols; j++) { in createTestList()