Searched refs:unreadCount (Results 1 – 5 of 5) sorted by relevance
232 if (shouldIncrementUnread(recoveredBuilder)) unreadCount + 1 else unreadCount235 }!!.unreadCount254 if (expanded.contains(key)) state.copy(unreadCount = 0)263 states.compute(key) { _, state -> state?.copy(unreadCount = 0) }276 private data class ConversationState(val unreadCount: Int, val notification: Notification)
70 int unreadCount = messagesToRead.size(); in fetchConversation() local81 conversationBuilder.setMessages(messagesToRead).setUnreadCount(unreadCount); in fetchConversation()
87 int unreadCount, in Conversation() argument98 mUnreadCount = unreadCount; in Conversation()407 public Builder setUnreadCount(int unreadCount) { in setUnreadCount() argument408 mUnreadCount = unreadCount; in setUnreadCount()
815 int unreadCount = messageList.size(); in addToNotificationBar() local816 if (unreadCount > 1) { in addToNotificationBar()819 builder.setContentText(context.getString(R.string.notification_multiple, unreadCount)); in addToNotificationBar()
407 int unreadCount = extras.getInt(Notification.EXTRA_CONVERSATION_UNREAD_MESSAGE_COUNT); in setData() local408 setUnreadCount(unreadCount); in setData()417 public void setUnreadCount(int unreadCount) { in setUnreadCount() argument418 mExpandButton.setNumber(unreadCount); in setUnreadCount()