Home
last modified time | relevance | path

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

/cts/tests/tests/database/src/android/database/cts/
DCursorWindowTest.java54 int colsize = colNames.length; in testWriteCursorToWindow() local
55 ArrayList<ArrayList<Integer>> list = createTestList(10, colsize); in testWriteCursorToWindow()
68 for (int j = 0; j < colsize; j++) { in testWriteCursorToWindow()
82 for (int j = 0; j < colsize; j++) { in testWriteCursorToWindow()