Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeGroupUnitTest.java101 private static final String OTHER_ADDRESS = "other_address"; field in CarVolumeGroupUnitTest
308 List<Integer> contextsList = carVolumeGroup.getContextsForAddress(OTHER_ADDRESS); in getContextsForAddress_returnsEmptyArrayIfAddressNotBound()
310 expectWithMessage("Contexts for non-bounded address %s", OTHER_ADDRESS) in getContextsForAddress_returnsEmptyArrayIfAddressNotBound()
330 OTHER_ADDRESS); in getCarAudioDeviceInfoForAddress_returnsNullIfAddressNotBound()
332 expectWithMessage("Device information for non-bounded address %s", OTHER_ADDRESS) in getCarAudioDeviceInfoForAddress_returnsNullIfAddressNotBound()
1509 unknownGain.devicePortAddress = OTHER_ADDRESS; in onAudioGainChanged_invalidGain()