Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DOpenHelper.java89 getCursorUri(cursor, MediaStore.Downloads.DOWNLOAD_URI)); in buildViewIntentForMediaStoreDownload()
91 getCursorUri(cursor, MediaStore.Downloads.REFERER_URI)); in buildViewIntentForMediaStoreDownload()
135 final Uri remoteUri = getCursorUri(cursor, COLUMN_URI); in buildViewIntent()
157 return getCursorUri(headers, RequestHeaders.COLUMN_VALUE); in getRefererUri()
201 private static Uri getCursorUri(Cursor cursor, String column) { in getCursorUri() method in OpenHelper