Searched refs:HTML_CONTENT (Results 1 – 4 of 4) sorted by relevance
445 public static final String HTML_CONTENT = "htmlContent"; field516 values.put(BodyColumns.HTML_CONTENT, mHtmlContent); in toContentValues()1169 cv.put(BodyColumns.HTML_CONTENT, mHtml); in addSaveOps()
676 + BodyColumns.HTML_CONTENT + " text, " in createBodyTable()734 "SELECT " + BodyColumns.HTML_CONTENT + in upgradeBodyFromVersion100ToVersion101()780 " set " + BodyColumns.HTML_CONTENT + "=NULL," in upgradeBodyFromVersion100ToVersion101()
915 dbValues.remove(BodyColumns.HTML_CONTENT); in insert()1391 if (map.containsKey(BodyColumns.HTML_CONTENT) || in query()2119 updateValues.remove(BodyColumns.HTML_CONTENT); in update()2125 if (values.containsKey(BodyColumns.HTML_CONTENT) || in update()2146 updateValues.remove(BodyColumns.HTML_CONTENT); in update()2160 if (values.containsKey(BodyColumns.HTML_CONTENT) || in update()2316 emptyValues.putNull(BodyColumns.HTML_CONTENT); in deleteBodyFiles()2333 if (cv.containsKey(BodyColumns.HTML_CONTENT)) { in writeBodyFiles()2334 final String htmlContent = cv.getAsString(BodyColumns.HTML_CONTENT); in writeBodyFiles()
700 values.put(BodyColumns.HTML_CONTENT, htmlContent); in testUpdateBodyWithMessageId()