Searched refs:mLastNotifiedMessageCount (Results 1 – 1 of 1) sorted by relevance
62 public int mLastNotifiedMessageCount; field in Mailbox333 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()