Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java201 mContext.getContentResolver().update(mInfo.getAllDownloadsUri(), buildContentValues(), in writeToDatabase()
210 if (mContext.getContentResolver().update(mInfo.getAllDownloadsUri(), in writeToDatabaseOrThrow()
560 .openFileDescriptor(mInfo.getAllDownloadsUri(), "rw"); in transferData()
672 .openFileDescriptor(mInfo.getAllDownloadsUri(), "rw"); in finalizeDestination()
DDownloadInfo.java113 info.getAllDownloadsUri(), Downloads.Impl.RequestHeaders.URI_SEGMENT); in readRequestHeaders()
392 public Uri getAllDownloadsUri() { in getAllDownloadsUri() method in DownloadInfo
469 try (Cursor cursor = mContext.getContentResolver().query(getAllDownloadsUri(), in queryDownloadInt()