Home | History | Annotate | Download | only in provider

Lines Matching refs:CONTENT_BYTES

124     // Version 12: Add content_bytes to attachment table. content is deprecated.
645 + AttachmentColumns.CONTENT_BYTES + " blob, "
955 // Attachment: add content_bytes
958 + " add column " + AttachmentColumns.CONTENT_BYTES + " blob" + ";");