Searched refs:shouldLimitVolume (Results 1 – 3 of 3) sorted by relevance
397 .that(CarAudioGainMonitor.shouldLimitVolume(reasons)) in shouldLimitVolume_returnsTrue()402 .that(CarAudioGainMonitor.shouldLimitVolume(limitReasons)) in shouldLimitVolume_returnsTrue()412 .that(CarAudioGainMonitor.shouldLimitVolume(mixedReasons)) in shouldLimitVolume_returnsTrue()430 .that(CarAudioGainMonitor.shouldLimitVolume(reasons)) in shouldLimitVolume_returnsFalse()435 .that(CarAudioGainMonitor.shouldLimitVolume(nonLimitReasons)) in shouldLimitVolume_returnsFalse()
120 static boolean shouldLimitVolume(List<Integer> reasons) { in shouldLimitVolume() method in CarAudioGainMonitor
886 boolean shouldLimit = CarAudioGainMonitor.shouldLimitVolume(halReasons); in onAudioGainChanged()