Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioGainMonitorTest.java496 .that(CarAudioGainMonitor.shouldMuteVolumeGroup(reasons)).isTrue(); in shouldMuteVolumeGroup_forEach_returnsTrue()
505 .that(CarAudioGainMonitor.shouldMuteVolumeGroup(muteReasons)).isTrue(); in shouldMuteVolumeGroup_returnsTrue()
515 .that(CarAudioGainMonitor.shouldMuteVolumeGroup(reasons)).isFalse(); in shouldMuteVolumeGroup_forEach_returnsFalse()
524 .that(CarAudioGainMonitor.shouldMuteVolumeGroup(nonMuteReasons)).isFalse(); in shouldMuteVolumeGroup_returnsFalse()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioGainMonitor.java129 static boolean shouldMuteVolumeGroup(List<Integer> reasons) { in shouldMuteVolumeGroup() method in CarAudioGainMonitor
DCarVolumeGroup.java902 boolean shouldMute = CarAudioGainMonitor.shouldMuteVolumeGroup(halReasons); in onAudioGainChanged()