Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgService.java141 ConversationKey key = getConversationKey(intent); in handleDismissNotificationIntent()
151 ConversationKey key = getConversationKey(intent); in handleMarkAsReadIntent()
161 ConversationKey key = getConversationKey(intent); in handleReplyIntent()
173 private ConversationKey getConversationKey(Intent intent) { in getConversationKey() method in NotificationMsgService