Searched refs:mNotifChannelIdToShortcutIdMap (Results 1 – 1 of 1) sorted by relevance
75 private final Map<String, String> mNotifChannelIdToShortcutIdMap = new ArrayMap<>(); field in ConversationStore159 mNotifChannelIdToShortcutIdMap.remove(notifChannelId); in deleteConversation()199 return getConversation(mNotifChannelIdToShortcutIdMap.get(notifChannelId)); in getConversationByNotificationChannelId()207 mNotifChannelIdToShortcutIdMap.clear(); in onDestroy()281 mNotifChannelIdToShortcutIdMap.put(notifChannelId, conversationInfo.getShortcutId()); in updateConversationsInMemory()