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()
916 dbValues.remove(BodyColumns.HTML_CONTENT); in insert()1392 if (map.containsKey(BodyColumns.HTML_CONTENT) || in query()2120 updateValues.remove(BodyColumns.HTML_CONTENT); in update()2126 if (values.containsKey(BodyColumns.HTML_CONTENT) || in update()2147 updateValues.remove(BodyColumns.HTML_CONTENT); in update()2161 if (values.containsKey(BodyColumns.HTML_CONTENT) || in update()2317 emptyValues.putNull(BodyColumns.HTML_CONTENT); in deleteBodyFiles()2334 if (cv.containsKey(BodyColumns.HTML_CONTENT)) { in writeBodyFiles()2335 final String htmlContent = cv.getAsString(BodyColumns.HTML_CONTENT); in writeBodyFiles()
700 values.put(BodyColumns.HTML_CONTENT, htmlContent); in testUpdateBodyWithMessageId()