Searched refs:mapMessage (Results 1 – 1 of 1) sorted by relevance
273 private void updateNotification(MessageKey messageKey, MapMessage mapMessage) { in updateNotification() argument275 if (mapMessage.getReceiveTime() in updateNotification()276 < mBTDeviceAddressToConnectionTimestamp.get(mapMessage.getDeviceAddress())) { in updateNotification()281 SenderKey senderKey = new SenderKey(mapMessage); in updateNotification()283 mNotificationInfos.put(senderKey, new NotificationInfo(mapMessage.getSenderName(), in updateNotification()284 mapMessage.getSenderContactUri())); in updateNotification()