Searched refs:ConversationState (Results 1 – 1 of 1) sorted by relevance
150 private val states = ConcurrentHashMap<String, ConversationState>()220 private fun ConversationState.shouldIncrementUnread(newBuilder: Notification.Builder) = in onRankingUpdate() method237 ConversationState(newCount, entry.sbn.notification) in getUnreadCount()278 private data class ConversationState(val unreadCount: Int, val notification: Notification) class