Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java493 verifyCarToPhoneActionMessage(dismissMessage, NOTIFICATION_KEY_1, DISMISS); in dismissShouldCreateCarToPhoneMessage()
515 verifyCarToPhoneActionMessage(markAsRead, NOTIFICATION_KEY_1, MARK_AS_READ); in markAsReadShouldCreateCarToPhoneMessage()
550 verifyCarToPhoneActionMessage(reply, NOTIFICATION_KEY_1, REPLY); in replyShouldCreateCarToPhoneMessage()
673 private void verifyCarToPhoneActionMessage(CarToPhoneMessage message, String notificationKey, in verifyCarToPhoneActionMessage() method in NotificationMsgDelegateTest