Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeGroupUnitTest.java351 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in getContextsForAddress_returnsContextsBoundToThatAddress()
361 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in getContextsForAddress_returnsEmptyArrayIfAddressNotBound()
370 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in getCarAudioDeviceInfoForAddress_returnsExpectedDevice()
380 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in getCarAudioDeviceInfoForAddress_returnsNullIfAddressNotBound()
390 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in setCurrentGainIndex_setsGainOnAllBoundDevices()
400 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in setCurrentGainIndex_updatesCurrentGainIndex()
409 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in setCurrentGainIndex_checksNewGainIsAboveMin()
419 CarVolumeGroup carVolumeGroup = testVolumeGroupSetup(); in setCurrentGainIndex_checksNewGainIsBelowMax()
527 private CarVolumeGroup testVolumeGroupSetup() { in testVolumeGroupSetup() method in CarVolumeGroupUnitTest