Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java125 private static final ConversationNotification VALID_CONVERSATION = field in NotificationMsgDelegateTest
135 .setConversation(VALID_CONVERSATION)
189 verifyNotification(VALID_CONVERSATION, postedNotification); in newConversationShouldPostNewNotification()
214 .setConversation(VALID_CONVERSATION.toBuilder().clearMessagingStyle()) in invalidConversationShouldDoNothing()
269 verifyConversationLevelMetadata(VALID_CONVERSATION, postedNotification); in existingConversationShouldUpdateNotification()
467 .setConversation(VALID_CONVERSATION.toBuilder() in conversationsFromSameApplicationPostedOnSameChannel()
720 return VALID_CONVERSATION.toBuilder() in addSecondMessageToConversation()
768 .setConversation(VALID_CONVERSATION.toBuilder() in sendGroupConversationMessage()