Home
last modified time | relevance | path

Searched refs:ConversationState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt150 private val states = ConcurrentHashMap<String, ConversationState>()
220 private fun ConversationState.shouldIncrementUnread(newBuilder: Notification.Builder) = in onRankingUpdate() method
237 ConversationState(newCount, entry.sbn.notification) in getUnreadCount()
278 private data class ConversationState(val unreadCount: Int, val notification: Notification) dataClass