Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeGroupUnitTest.java271 CarVolumeGroup carVolumeGroup = getCarVolumeGroupWithNavigationBound(settings, true); in setMute_withMutedState_storesValueToSetting()
284 CarVolumeGroup carVolumeGroup = getCarVolumeGroupWithNavigationBound(settings, true); in setMute_withUnMutedState_storesValueToSetting()
479 CarVolumeGroup carVolumeGroup = getCarVolumeGroupWithNavigationBound(settings, false); in setCurrentGainIndex_setsCurrentGainIndexForUser()
492 CarVolumeGroup carVolumeGroup = getCarVolumeGroupWithNavigationBound(settings, false); in setCurrentGainIndex_setsCurrentGainIndexForDefaultUser()
2185 private CarVolumeGroup getCarVolumeGroupWithNavigationBound(CarAudioSettings settings, in getCarVolumeGroupWithNavigationBound() method in CarVolumeGroupUnitTest
2200 return getCarVolumeGroupWithNavigationBound(settings, useCarVolumeGroupMute); in getVolumeGroupWithMuteAndNavBound()