Searched refs:notifChannelId (Results 1 – 1 of 1) sorted by relevance
157 String notifChannelId = conversationInfo.getNotificationChannelId(); in deleteConversation() local158 if (notifChannelId != null) { in deleteConversation()159 mNotifChannelIdToShortcutIdMap.remove(notifChannelId); in deleteConversation()198 @NonNull String notifChannelId) { in getConversationByNotificationChannelId()199 return getConversation(mNotifChannelIdToShortcutIdMap.get(notifChannelId)); in getConversationByNotificationChannelId()279 String notifChannelId = conversationInfo.getNotificationChannelId(); in updateConversationsInMemory() local280 if (notifChannelId != null) { in updateConversationsInMemory()281 mNotifChannelIdToShortcutIdMap.put(notifChannelId, conversationInfo.getShortcutId()); in updateConversationsInMemory()