Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java103 private static final ConversationKey CONVERSATION_KEY_1 field in NotificationMsgDelegateTest
364 SenderKey senderKey = SenderKey.createSenderKey(CONVERSATION_KEY_1, iconSync.getPerson()); in avatarIconSyncStoresBitmapCorrectly()
491 CarToPhoneMessage dismissMessage = mNotificationMsgDelegate.dismiss(CONVERSATION_KEY_1); in dismissShouldCreateCarToPhoneMessage()
503 mNotificationMsgDelegate.dismiss(CONVERSATION_KEY_1); in dismissShouldDismissNotification()
513 CarToPhoneMessage markAsRead = mNotificationMsgDelegate.markAsRead(CONVERSATION_KEY_1); in markAsReadShouldCreateCarToPhoneMessage()
525 mNotificationMsgDelegate.markAsRead(CONVERSATION_KEY_1); in markAsReadShouldExcludeMessageFromNotification()
545 CarToPhoneMessage reply = mNotificationMsgDelegate.reply(CONVERSATION_KEY_1, in replyShouldCreateCarToPhoneMessage()