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.java748 public static final int CONTENT_MESSAGE_ID_COLUMN = 11; field in EmailContent.Message
1052 mMessageId = cursor.getString(CONTENT_MESSAGE_ID_COLUMN); in restore()
1379 public static final int CONTENT_MESSAGE_ID_COLUMN = 7; field in EmailContent.Attachment
1551 mMessageKey = cursor.getLong(CONTENT_MESSAGE_ID_COLUMN); in restore()