Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DConversation.java87 int unreadCount, in Conversation() argument
98 mUnreadCount = unreadCount; in Conversation()
407 public Builder setUnreadCount(int unreadCount) { in setUnreadCount() argument
408 mUnreadCount = unreadCount; in setUnreadCount()
/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
DConversationFetchUtil.java58 int unreadCount = messagesToRead.size(); in fetchConversation() local
69 conversationBuilder.setMessages(messagesToRead).setUnreadCount(unreadCount); in fetchConversation()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java815 int unreadCount = messageList.size(); in addToNotificationBar() local
816 if (unreadCount > 1) { in addToNotificationBar()
819 builder.setContentText(context.getString(R.string.notification_multiple, unreadCount)); in addToNotificationBar()