Searched refs:unreadCount (Results 1 – 3 of 3) sorted by relevance
233 if (shouldIncrementUnread(recoveredBuilder)) unreadCount + 1 in getUnreadCount()234 else unreadCount in getUnreadCount()239 .unreadCount257 if (expanded.contains(key)) state.copy(unreadCount = 0) else state in onNotificationPanelExpandStateChanged()265 states.compute(key) { _, state -> state?.copy(unreadCount = 0) } in resetCount()278 private data class ConversationState(val unreadCount: Int, val notification: Notification) constant in com.android.systemui.statusbar.notification.ConversationState
49 int unreadCount, in MessagingData() argument57 mUnreadCount = unreadCount; in MessagingData()
437 int unreadCount = extras.getInt(Notification.EXTRA_CONVERSATION_UNREAD_MESSAGE_COUNT); in parseMessagingData() local461 return new MessagingData(user, showSpinner, unreadCount, in parseMessagingData()516 public void setUnreadCount(int unreadCount) { in setUnreadCount() argument517 mExpandButton.setNumber(unreadCount); in setUnreadCount()