Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DConversationStore.java157 String notifChannelId = conversationInfo.getNotificationChannelId(); in deleteConversation() local
158 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() local
280 if (notifChannelId != null) { in updateConversationsInMemory()
281 mNotifChannelIdToShortcutIdMap.put(notifChannelId, conversationInfo.getShortcutId()); in updateConversationsInMemory()