Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMailbox.java62 public int mLastNotifiedMessageCount; field in Mailbox
333 mLastNotifiedMessageCount = cursor.getInt(CONTENT_LAST_NOTIFIED_MESSAGE_COUNT_COLUMN); in restore()
360 values.put(MailboxColumns.LAST_NOTIFIED_MESSAGE_COUNT, mLastNotifiedMessageCount); in toContentValues()
589 = mLastNotifiedMessageCount; in getHashes()
625 dest.writeInt(mLastNotifiedMessageCount); in writeToParcel()
652 mLastNotifiedMessageCount = in.readInt(); in Mailbox()