Home
last modified time | relevance | path

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

/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java273 private void updateNotification(MessageKey messageKey, MapMessage mapMessage) { in updateNotification() argument
275 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()