Searched refs:buildContentValues (Results 1 – 2 of 2) sorted by relevance
234 return buildContentValues(entry, true); in buildContentValuesWithId()238 return buildContentValues(entry, false); in buildContentValuesWithoutId()241 private ContentValues buildContentValues(SpeedDialEntry entry, boolean includeId) { in buildContentValues() method in SpeedDialEntryDatabaseHelper
179 private ContentValues buildContentValues() { in buildContentValues() method in DownloadThread.DownloadInfoDelta202 mContext.getContentResolver().update(mInfo.getAllDownloadsUri(), buildContentValues(), in writeToDatabase()212 buildContentValues(), SELECTION_VALID, null) == 0) { in writeToDatabaseOrThrow()