Searched refs:mNotifiedMessageId (Results 1 – 2 of 2) sorted by relevance
132 public long mNotifiedMessageId; field in Account277 mNotifiedMessageId = cursor.getLong(CONTENT_NOTIFIED_MESSAGE_ID_COLUMN); in restore()857 values.put(AccountColumns.NOTIFIED_MESSAGE_ID, mNotifiedMessageId); in toContentValues()
842 long oldMessageId = account.mNotifiedMessageId; in onChange()