Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioGainMonitor.java133 static boolean shouldUpdateVolumeIndex(List<Integer> reasons) { in shouldUpdateVolumeIndex() method in CarAudioGainMonitor
DCarVolumeGroup.java908 if (CarAudioGainMonitor.shouldUpdateVolumeIndex(halReasons) in onAudioGainChanged()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioGainMonitorTest.java532 .that(CarAudioGainMonitor.shouldUpdateVolumeIndex(reasons)).isTrue(); in shouldUpdateVolumeIndex_returnsTrue()
546 .that(CarAudioGainMonitor.shouldUpdateVolumeIndex(reasons)).isFalse(); in shouldUpdateVolumeIndex_returnsFalse()