Home
last modified time | relevance | path

Searched refs:CONTENT_MESSAGE_ID_COLUMN (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java564 public static final int CONTENT_MESSAGE_ID_COLUMN = 11; field in EmailContent.Message
861 mMessageId = cursor.getString(CONTENT_MESSAGE_ID_COLUMN); in restore()
1154 public static final int CONTENT_MESSAGE_ID_COLUMN = 6; field in EmailContent.Attachment
1288 mMessageKey = cursor.getLong(CONTENT_MESSAGE_ID_COLUMN); in restore()