Searched refs:shouldMuteVolumeGroup (Results 1 – 3 of 3) sorted by relevance
496 .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()
129 static boolean shouldMuteVolumeGroup(List<Integer> reasons) { in shouldMuteVolumeGroup() method in CarAudioGainMonitor
902 boolean shouldMute = CarAudioGainMonitor.shouldMuteVolumeGroup(halReasons); in onAudioGainChanged()