Searched refs:mMessageKeys (Results 1 – 1 of 1) sorted by relevance
146 notificationInfo.mMessageKeys.add(messageKey); in updateNotificationInfo()189 R.plurals.notification_new_message, notificationInfo.mMessageKeys.size(), in updateNotificationFor()190 notificationInfo.mMessageKeys.size()); in updateNotificationFor()192 mMessages.get(notificationInfo.mMessageKeys.getLast()).getReceivedTimeMs(); in updateNotificationFor()344 notificationInfo.mMessageKeys.stream().map((key) -> mMessages.get(key).getText()) in playMessages()638 final LinkedList<MessageKey> mMessageKeys = new LinkedList<>(); field in MapMessageMonitor.NotificationInfo