Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt197 private data class ConversationState(val unreadCount: Int, val notification: Notification) constant in com.android.systemui.statusbar.notification.ConversationNotificationManager.ConversationState
/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java459 int unreadCount = extras.getInt(Notification.EXTRA_CONVERSATION_UNREAD_MESSAGE_COUNT); in setData() local
469 public void setUnreadCount(int unreadCount) { in setUnreadCount()