Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DBaseNotificationDelegate.java150 protected void dismissInternal(ConversationKey convoKey) { in dismissInternal() argument
151 clearNotifications(key -> key.equals(convoKey)); in dismissInternal()
152 excludeFromNotification(convoKey); in dismissInternal()
159 protected void excludeFromNotification(ConversationKey convoKey) { in excludeFromNotification() argument
160 ConversationNotificationInfo info = mNotificationInfos.get(convoKey); in excludeFromNotification()
171 protected void addMessageToNotificationInfo(Message message, ConversationKey convoKey) { in addMessageToNotificationInfo() argument
176 ConversationNotificationInfo notificationInfo = mNotificationInfos.get(convoKey); in addMessageToNotificationInfo()
DSenderKey.java50 public static SenderKey createSenderKey(ConversationKey convoKey, in createSenderKey() argument
52 return new SenderKey(convoKey.getDeviceId(), person.getName(), convoKey.getSubKey()); in createSenderKey()