Home
last modified time | relevance | path

Searched defs:carVolumeGroup (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
DCarVolumeGroupTest.java78 CarVolumeGroup carVolumeGroup = new CarVolumeGroup(settings, 0, 0); in bind_associatesDeviceAddresses() local
95 CarVolumeGroup carVolumeGroup = new CarVolumeGroup(settings, 0, 0); in bind_checksForSameStepSize() local
112 CarVolumeGroup carVolumeGroup = new CarVolumeGroup(settings, 0, 0); in bind_updatesMinGainToSmallestValue() local
137 CarVolumeGroup carVolumeGroup = new CarVolumeGroup(settings, 0, 0); in bind_updatesMaxGainToLargestValue() local
162 CarVolumeGroup carVolumeGroup = new CarVolumeGroup(settings, 0, 0); in bind_checksThatTheSameContextIsNotBoundTwice() local
174 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in getContexts_returnsAllContextsBoundToVolumeGroup() local
191 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in getContextsForAddress_returnsContextsBoundToThatAddress() local
204 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in getContextsForAddress_returnsEmptyArrayIfAddressNotBound() local
213 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in getCarAudioDeviceInfoForAddress_returnsExpectedDevice() local
223 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in getCarAudioDeviceInfoForAddress_returnsNullIfAddressNotBound() local
[all …]