Searched refs:createCursor (Results 1 – 1 of 1) sorted by relevance
65 mCursor2x2 = createCursor(mFrom, mData2x2); in setUp()122 Cursor c2 = createCursor(mFrom, data2); in testChangeCursorLive()163 Cursor c2 = createCursor(swappedFrom, mData2x2); in testChangeCursorColumns()243 private static MatrixCursor createCursor(String[] columns, ArrayList<ArrayList> list) { in createCursor() method in SimpleCursorAdapterTest