Home | History | Annotate | Download | only in provider

Lines Matching refs:BodyColumns

55 import com.android.emailcommon.provider.EmailContent.BodyColumns;
303 " where " + BodyColumns.MESSAGE_KEY + " in " + "(select " + BodyColumns.MESSAGE_KEY +
308 " where " + BodyColumns.MESSAGE_KEY + '=';
767 + BodyColumns.MESSAGE_KEY + " integer, "
768 + BodyColumns.HTML_CONTENT + " text, "
769 + BodyColumns.TEXT_CONTENT + " text, "
770 + BodyColumns.HTML_REPLY + " text, "
771 + BodyColumns.TEXT_REPLY + " text, "
772 + BodyColumns.SOURCE_MESSAGE_KEY + " text, "
773 + BodyColumns.INTRO_TEXT + " text"
776 db.execSQL(createIndex(Body.TABLE_NAME, BodyColumns.MESSAGE_KEY));
789 + " add " + BodyColumns.INTRO_TEXT + " text");