Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DConversationNotifications.kt226 if (shouldIncrementUnread(recoveredBuilder)) unreadCount + 1 else unreadCount
229 }!!.unreadCount
247 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)
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DConversationLayout.java408 int unreadCount = extras.getInt(Notification.EXTRA_CONVERSATION_UNREAD_MESSAGE_COUNT); in setData() local
419 bindViews(user, showSpinner, unreadCount, in setData()
442 public void setUnreadCount(int unreadCount) { in setUnreadCount() argument
443 mExpandButton.setNumber(unreadCount); in setUnreadCount()
465 boolean showSpinner, int unreadCount, List<MessagingMessage> newMessagingMessages, in bindViews() argument
468 setUnreadCount(unreadCount); in bindViews()