Searched defs:mSourceKey (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java504 public long mSourceKey; field in class:EmailContent.Body
518 values.put(BodyColumns.SOURCE_MESSAGE_KEY, mSourceKey);
633 mSourceKey = cursor.getLong(CONTENT_SOURCE_KEY_COLUMN);
929 transient public long mSourceKey; field in class:EmailContent.Message
1171 if (mSourceKey != 0) {
1172 cv.put(BodyColumns.SOURCE_MESSAGE_KEY, mSourceKey);

Completed in 56 milliseconds