Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DConversationStore.java75 private final Map<String, String> mNotifChannelIdToShortcutIdMap = new ArrayMap<>(); field in ConversationStore
159 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()