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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java336 public long mSourceKey; field in class:EmailContent.Body
353 values.put(BodyColumns.SOURCE_MESSAGE_KEY, mSourceKey);
471 mSourceKey = cursor.getLong(CONTENT_SOURCE_KEY_COLUMN);
741 transient public long mSourceKey; field in class:EmailContent.Message
975 if (mSourceKey != 0) {
976 cv.put(Body.SOURCE_MESSAGE_KEY, mSourceKey);

Completed in 190 milliseconds