Home | History | Annotate | Download | only in provider

Lines Matching refs:updateValues

2118                     final ContentValues updateValues = new ContentValues(values);
2119 updateValues.remove(BodyColumns.HTML_CONTENT);
2120 updateValues.remove(BodyColumns.TEXT_CONTENT);
2122 result = db.update(tableName, updateValues, whereWithId(id, selection),
2145 final ContentValues updateValues = new ContentValues(values);
2146 updateValues.remove(BodyColumns.HTML_CONTENT);
2147 updateValues.remove(BodyColumns.TEXT_CONTENT);
2149 result = db.update(tableName, updateValues, selection, selectionArgs);