Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java4062 final MatrixCursor redactedUriCursor = new MatrixCursor(c.getColumnNames()); in getRedactedUriCursor() local
4066 return redactedUriCursor; in getRedactedUriCursor()
4076 final MatrixCursor.RowBuilder row = redactedUriCursor.newRow(); in getRedactedUriCursor()
4101 return redactedUriCursor; in getRedactedUriCursor()