Searched refs:mMessageKeys (Results 1 – 2 of 2) sorted by relevance
161 for (MessageKey key : info.mMessageKeys) { in excludeFromNotification()177 notificationInfo.mMessageKeys.add(messageKey); in addMessageToNotificationInfo()196 Message lastMessage = mMessages.get(notificationInfo.mMessageKeys.getLast()); in postNotification()200 R.plurals.notification_new_message, notificationInfo.mMessageKeys.size(), in postNotification()201 notificationInfo.mMessageKeys.size())); in postNotification()229 notificationInfo.mMessageKeys.stream().map(mMessages::get).forEachOrdered(message -> { in postNotification()
67 public final LinkedList<MessageKey> mMessageKeys = new LinkedList<>(); field in ConversationNotificationInfo221 return mMessageKeys.getLast(); in getLastMessageKey()