Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeGroupUnitTest.java734 CarVolumeGroup carVolumeGroup = getVolumeGroupWithMuteAndNavBound(true, true, true); in loadVolumesSettingsForUser_withMutedState_loadsMuteStateForUser()
744 CarVolumeGroup carVolumeGroup = getVolumeGroupWithMuteAndNavBound(true, true, false); in loadVolumesSettingsForUser_withDisabledUseVolumeGroupMute_doesNotLoadMute()
754 CarVolumeGroup carVolumeGroup = getVolumeGroupWithMuteAndNavBound(false, true, true); in loadVolumesSettingsForUser_withUnMutedState_loadsMuteStateForUser()
764 CarVolumeGroup carVolumeGroup = getVolumeGroupWithMuteAndNavBound(true, false, true); in loadVolumesSettingsForUser_withMutedStateAndNoPersist_returnsDefaultMuteState()
2194 CarVolumeGroup getVolumeGroupWithMuteAndNavBound(boolean isMuted, boolean persistMute, in getVolumeGroupWithMuteAndNavBound() method in CarVolumeGroupUnitTest