Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java106 private static final MessagingStyleMessage MESSAGE_2 = MessagingStyleMessage.newBuilder() field in NotificationMsgDelegateTest
244 verifyMessage(MESSAGE_2, messagingStyle.getMessages().get(messageCount)); in newMessageShouldUpdateConversationNotification()
469 VALID_STYLE.toBuilder().addMessagingStyleMsg(MESSAGE_2)) in conversationsFromSameApplicationPostedOnSameChannel()
537 verifyMessage(MESSAGE_2, messagingStyle.getMessages().get(0)); in markAsReadShouldExcludeMessageFromNotification()
722 VALID_STYLE.toBuilder().addMessagingStyleMsg(MESSAGE_2)).build(); in addSecondMessageToConversation()
743 .setMessage(MESSAGE_2) in updateConversationWithMessage2()