Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java548 NotificationMsg.MapEntry replyEntry = replyAction.getMapEntry(0); in replyShouldCreateCarToPhoneMessage() local
552 assertThat(replyEntry.getKey()).isEqualTo(NotificationMsgDelegate.REPLY_KEY); in replyShouldCreateCarToPhoneMessage()
553 assertThat(replyEntry.getValue()).isEqualTo(MESSAGE_TEXT_2); in replyShouldCreateCarToPhoneMessage()