Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java173 private ContentValues buildContentValues() { in buildContentValues() method in DownloadThread.DownloadInfoDelta
196 mContext.getContentResolver().update(mInfo.getAllDownloadsUri(), buildContentValues(), in writeToDatabase()
206 buildContentValues(), SELECTION_VALID, null) == 0) { in writeToDatabaseOrThrow()