Home | History | Annotate | Download | only in provider

Lines Matching refs:BodyColumns

40 import com.android.emailcommon.provider.EmailContent.BodyColumns;
472 + BodyColumns.MESSAGE_KEY + " integer, "
473 + BodyColumns.HTML_CONTENT + " text, "
474 + BodyColumns.TEXT_CONTENT + " text, "
475 + BodyColumns.HTML_REPLY + " text, "
476 + BodyColumns.TEXT_REPLY + " text, "
477 + BodyColumns.SOURCE_MESSAGE_KEY + " text, "
478 + BodyColumns.INTRO_TEXT + " text, "
479 + BodyColumns.QUOTED_TEXT_START_POS + " integer"
482 db.execSQL(createIndex(Body.TABLE_NAME, BodyColumns.MESSAGE_KEY));
497 + " add " + BodyColumns.INTRO_TEXT + " text");
507 + " add " + BodyColumns.QUOTED_TEXT_START_POS + " integer");