Searched refs:colNames (Results 1 – 1 of 1) sorted by relevance
53 String[] colNames = new String[]{"_id", "name", "number", "profit"}; in testWriteCursorToWindow() local54 int colsize = colNames.length; in testWriteCursorToWindow()56 MatrixCursor cursor = new MatrixCursor(colNames, list.size()); in testWriteCursorToWindow()