Searched refs:getAllDownloadsUri (Results 1 – 3 of 3) sorted by relevance
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadInfo.java | 117 info.getAllDownloadsUri(), Downloads.Impl.RequestHeaders.URI_SEGMENT); in readRequestHeaders() 477 mContext.getContentResolver().update(getAllDownloadsUri(), values, null, null); in startDownloadIfReady() 514 public Uri getAllDownloadsUri() { in getAllDownloadsUri() method in DownloadInfo 601 intent.setData(getAllDownloadsUri()); in notifyPauseDueToSize()
|
D | DownloadThread.java | 170 mContext.getContentResolver().update(mInfo.getAllDownloadsUri(), buildContentValues(), in writeToDatabase() 179 if (mContext.getContentResolver().update(mInfo.getAllDownloadsUri(), in writeToDatabaseOrThrow() 470 .openFileDescriptor(mInfo.getAllDownloadsUri(), "rw"); in transferData() 598 .openFileDescriptor(mInfo.getAllDownloadsUri(), "rw"); in finalizeDestination()
|
D | DownloadService.java | 383 resolver.delete(info.getAllDownloadsUri(), null, null); in updateLocked()
|