Searched refs:mNotifiedMessageCount (Results 1 – 2 of 2) sorted by relevance
133 public int mNotifiedMessageCount; field in Account278 mNotifiedMessageCount = cursor.getInt(CONTENT_NOTIFIED_MESSAGE_COUNT_COLUMN); in restore()858 values.put(AccountColumns.NOTIFIED_MESSAGE_COUNT, mNotifiedMessageCount); in toContentValues()
843 int oldMessageCount = account.mNotifiedMessageCount; in onChange()