Home | History | Annotate | Download | only in provider

Lines Matching refs:MESSAGE_KEY

362                 "  where " + AttachmentColumns.MESSAGE_KEY + "=old." + BaseColumns._ID +
429 + MessageChangeLogTable.MESSAGE_KEY + " integer, "
441 db.execSQL(createIndex(tableName, MessageChangeLogTable.MESSAGE_KEY));
455 + " where " + MessageChangeLogTable.MESSAGE_KEY + "=old." + MessageColumns._ID
640 + AttachmentColumns.MESSAGE_KEY + " integer, "
653 db.execSQL(createIndex(Attachment.TABLE_NAME, AttachmentColumns.MESSAGE_KEY));
675 + BodyColumns.MESSAGE_KEY + " integer, "
685 db.execSQL(createIndex(Body.TABLE_NAME, BodyColumns.MESSAGE_KEY));
726 final String projection[] = { BodyColumns.MESSAGE_KEY };
736 " WHERE " + BodyColumns.MESSAGE_KEY + "=?"
742 " WHERE " + BodyColumns.MESSAGE_KEY + "=?"
1005 Attachment.TABLE_NAME + "." + AttachmentColumns.MESSAGE_KEY + ")");