Searched defs:unreadCount (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ | ||
D | ConversationNotifications.kt | 197 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/ | ||
D | ConversationLayout.java | 459 int unreadCount = extras.getInt(Notification.EXTRA_CONVERSATION_UNREAD_MESSAGE_COUNT); in setData() local |