Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioGainMonitorTest.java397 .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()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioGainMonitor.java120 static boolean shouldLimitVolume(List<Integer> reasons) { in shouldLimitVolume() method in CarAudioGainMonitor
DCarVolumeGroup.java886 boolean shouldLimit = CarAudioGainMonitor.shouldLimitVolume(halReasons); in onAudioGainChanged()