Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMailbox.java61 public long mLastNotifiedMessageKey; field in Mailbox
332 mLastNotifiedMessageKey = cursor.getLong(CONTENT_LAST_NOTIFIED_MESSAGE_KEY_COLUMN); in restore()
359 values.put(MailboxColumns.LAST_NOTIFIED_MESSAGE_KEY, mLastNotifiedMessageKey); in toContentValues()
587 = mLastNotifiedMessageKey; in getHashes()
624 dest.writeLong(mLastNotifiedMessageKey); in writeToParcel()
651 mLastNotifiedMessageKey = in.readLong(); in Mailbox()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DUtility.java933 long lastNotifiedMessageId = mailbox.mLastNotifiedMessageKey;