Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeGroupUnitTest.java318 CarAudioDeviceInfo actualDevice = carVolumeGroup.getCarAudioDeviceInfoForAddress( in getCarAudioDeviceInfoForAddress_returnsExpectedDevice() local
322 .that(actualDevice).isEqualTo(mMediaDeviceInfo); in getCarAudioDeviceInfoForAddress_returnsExpectedDevice()
329 CarAudioDeviceInfo actualDevice = carVolumeGroup.getCarAudioDeviceInfoForAddress( in getCarAudioDeviceInfoForAddress_returnsNullIfAddressNotBound() local
333 .that(actualDevice).isNull(); in getCarAudioDeviceInfoForAddress_returnsNullIfAddressNotBound()