Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java271 verifyMessagingStyle(updatedConversation.getMessagingStyle(), postedNotification); in existingConversationShouldUpdateNotification()
607 verifyMessagingStyle(expected.getMessagingStyle(), notification); in verifyNotification()
642 private void verifyMessagingStyle(MessagingStyle expected, Notification notification) { in verifyMessagingStyle() method in NotificationMsgDelegateTest