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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java333 public long mSourceKey; field in class:EmailContent.Body
350 values.put(BodyColumns.SOURCE_MESSAGE_KEY, mSourceKey);
468 mSourceKey = cursor.getLong(CONTENT_SOURCE_KEY_COLUMN);
738 transient public long mSourceKey; field in class:EmailContent.Message
972 if (mSourceKey != 0) {
973 cv.put(Body.SOURCE_MESSAGE_KEY, mSourceKey);

Completed in 58 milliseconds