Searched refs:matrixCursor (Results 1 – 1 of 1) sorted by relevance
160 MatrixCursor matrixCursor = new MatrixCursor(BrowserService.MEDIA_CONTAINER_PROJECTION); in getRootContainerCurser() local164 matrixCursor.addRow(new Object[] { in getRootContainerCurser()175 matrixCursor.addRow(new Object[] { in getRootContainerCurser()182 return matrixCursor; in getRootContainerCurser()187 MatrixCursor matrixCursor = new MatrixCursor(BrowserService.MEDIA_CONTAINER_PROJECTION); in getRootItemCursor() local197 matrixCursor.addRow(new Object[] { in getRootItemCursor()210 Log.d(TAG, "cursor: " + matrixCursor.getCount()); in getRootItemCursor()211 return matrixCursor; in getRootItemCursor()213 MatrixCursor matrixCursor = new MatrixCursor(BrowserService.MEDIA_CONTAINER_PROJECTION); in getRootItemCursor() local222 matrixCursor.addRow(new Object[] { in getRootItemCursor()[all …]