Searched refs:convoKey (Results 1 – 2 of 2) sorted by relevance
150 protected void dismissInternal(ConversationKey convoKey) { in dismissInternal() argument151 clearNotifications(key -> key.equals(convoKey)); in dismissInternal()152 excludeFromNotification(convoKey); in dismissInternal()159 protected void excludeFromNotification(ConversationKey convoKey) { in excludeFromNotification() argument160 ConversationNotificationInfo info = mNotificationInfos.get(convoKey); in excludeFromNotification()171 protected void addMessageToNotificationInfo(Message message, ConversationKey convoKey) { in addMessageToNotificationInfo() argument176 ConversationNotificationInfo notificationInfo = mNotificationInfos.get(convoKey); in addMessageToNotificationInfo()
50 public static SenderKey createSenderKey(ConversationKey convoKey, in createSenderKey() argument52 return new SenderKey(convoKey.getDeviceId(), person.getName(), convoKey.getSubKey()); in createSenderKey()