Searched refs:ConversationState (Results 1 – 1 of 1) sorted by relevance
145 private val states = ConcurrentHashMap<String, ConversationState>()221 private fun ConversationState.shouldIncrementUnread(newBuilder: Notification.Builder) = regex234 ConversationState(newCount, entry.sbn.notification)276 private data class ConversationState(val unreadCount: Int, val notification: Notification) dataClass