Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java90 private static final String COMPANION_DEVICE_NAME = "sampleName"; field in NotificationMsgDelegateTest
161 when(mCompanionDevice.getDeviceName()).thenReturn(COMPANION_DEVICE_NAME); in setUp()