Searched refs:autoplaylistscursor (Results 1 – 1 of 1) sorted by relevance
513 MatrixCursor autoplaylistscursor = new MatrixCursor(mCols); in mergedCursor() local518 autoplaylistscursor.addRow(all); in mergedCursor()523 autoplaylistscursor.addRow(recent); in mergedCursor()536 autoplaylistscursor.addRow(podcasts); in mergedCursor()540 Cursor cc = new MergeCursor(new Cursor [] {autoplaylistscursor, c}); in mergedCursor()