Home
last modified time | relevance | path

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

/cts/tests/tests/database/src/android/database/cts/
DCursorWindowTest.java53 String[] colNames = new String[]{"_id", "name", "number", "profit"}; in testWriteCursorToWindow() local
54 int colsize = colNames.length; in testWriteCursorToWindow()
56 MatrixCursor cursor = new MatrixCursor(colNames, list.size()); in testWriteCursorToWindow()