Searched refs:mLastNotifiedMessageKey (Results 1 – 2 of 2) sorted by relevance
61 public long mLastNotifiedMessageKey; field in Mailbox332 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()
933 long lastNotifiedMessageId = mailbox.mLastNotifiedMessageKey;