Home | History | Annotate | Download | only in provider

Lines Matching refs:MESSAGE_KEY

335             "select " + BodyColumns.MESSAGE_KEY + " from " + Body.TABLE_NAME +
339 " where " + BodyColumns.MESSAGE_KEY + " in " + '(' + ORPHAN_BODY_MESSAGE_ID_SELECT + ')';
342 " where " + BodyColumns.MESSAGE_KEY + '=';
740 whereWith(AttachmentColumns.MESSAGE_KEY + "=" + id, selection),
923 if (!values.containsKey(BodyColumns.MESSAGE_KEY)) {
925 "Cannot insert body without MESSAGE_KEY");
927 final long messageId = values.getAsLong(BodyColumns.MESSAGE_KEY);
1007 values.put(AttachmentColumns.MESSAGE_KEY, longId);
1399 BodyColumns.MESSAGE_KEY));
1401 BodyColumns.MESSAGE_KEY));
1459 whereWith(AttachmentColumns.MESSAGE_KEY + "=" + id, selection),
1748 + MessageChangeLogTable.MESSAGE_KEY + "," + MessageChangeLogTable.SERVER_ID + ","
2128 if (values.containsKey(BodyColumns.MESSAGE_KEY)) {
2129 messageId = values.getAsLong(BodyColumns.MESSAGE_KEY);
2133 "select " + BodyColumns.MESSAGE_KEY +
2156 insertValues.put(BodyColumns.MESSAGE_KEY, selectionArgs[0]);
2163 if (values.containsKey(BodyColumns.MESSAGE_KEY)) {
2164 messageIds = new long[] {values.getAsLong(BodyColumns.MESSAGE_KEY)};
2168 "select " + BodyColumns.MESSAGE_KEY +
2175 final String proj[] = {BodyColumns.MESSAGE_KEY};
3150 " ON " + BodyColumns.MESSAGE_KEY + "=" + Message.TABLE_NAME + "." +
4029 .append(AttachmentColumns.MESSAGE_KEY)
4090 .append(AttachmentColumns.MESSAGE_KEY).append(" =? ")
4991 .withSelection(BodyColumns.MESSAGE_KEY + "=?",