Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeGroupFactoryTest.java90 CarVolumeGroup carVolumeGroup = mFactory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in setDeviceInfoForContext_associatesDeviceAddresses()
101 CarVolumeGroup carVolumeGroup = mFactory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in setDeviceInfoForContext_associatesContexts()
238 () -> mFactory.getCarVolumeGroup(/* useCoreAudioVolume= */ false)); in factoryBuild_withNoCallToSetDeviceInfoForContext_throws()
252 CarVolumeGroup carVolumeGroup = mFactory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in factoryBuild_withNoStoredGain_usesDefaultGain()
264 CarVolumeGroup carVolumeGroup = mFactory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in factoryBuild_withTooLargeStoredGain_usesDefaultGain()
276 CarVolumeGroup carVolumeGroup = mFactory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in factoryBuild_withTooSmallStoredGain_usesDefaultGain()
288 CarVolumeGroup carVolumeGroup = mFactory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in factoryBuild_withValidStoredGain_usesStoredGain()
DCarVolumeGroupUnitTest.java783 CarVolumeGroup carVolumeGroup = factory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in hasCriticalAudioContexts_withCriticalContexts_returnsTrue()
2182 return factory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in getCarVolumeGroupWithMusicBound()
2191 return factory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in getCarVolumeGroupWithNavigationBound()
2218 return factory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in testInactiveVolumeGroupSetup()
2228 return factory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in testDynamicVolumeGroupSetup()
2242 return factory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in testVolumeGroupSetup()
/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeGroupFactory.java64 CarVolumeGroup getCarVolumeGroup(boolean useCoreAudioVolume) { in getCarVolumeGroup() method in CarVolumeGroupFactory
DCarAudioZonesHelperLegacy.java226 return groupFactory.getCarVolumeGroup(/* useCoreAudioVolume= */ false); in parseVolumeGroup()
DCarAudioZonesHelper.java658 zoneConfigBuilder.addVolumeGroup(factory.getCarVolumeGroup(mUseCoreAudioVolume)); in parseVolumeGroups()