Searched refs:unreadCount (Results 1 – 2 of 2) sorted by relevance
226 if (shouldIncrementUnread(recoveredBuilder)) unreadCount + 1 else unreadCount229 }!!.unreadCount247 if (expanded.contains(key)) state.copy(unreadCount = 0)256 states.compute(key) { _, state -> state?.copy(unreadCount = 0) }269 private data class ConversationState(val unreadCount: Int, val notification: Notification)
408 int unreadCount = extras.getInt(Notification.EXTRA_CONVERSATION_UNREAD_MESSAGE_COUNT); in setData() local419 bindViews(user, showSpinner, unreadCount, in setData()442 public void setUnreadCount(int unreadCount) { in setUnreadCount() argument443 mExpandButton.setNumber(unreadCount); in setUnreadCount()465 boolean showSpinner, int unreadCount, List<MessagingMessage> newMessagingMessages, in bindViews() argument468 setUnreadCount(unreadCount); in bindViews()