Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioGainMonitorTest.java347 .that(CarAudioGainMonitor.shouldBlockVolumeRequest(reasons)) in shouldBlockVolumeRequest_returnsTrue()
352 .that(CarAudioGainMonitor.shouldBlockVolumeRequest(blockingReasons)) in shouldBlockVolumeRequest_returnsTrue()
362 .that(CarAudioGainMonitor.shouldBlockVolumeRequest(mixedReasons)) in shouldBlockVolumeRequest_returnsTrue()
379 .that(CarAudioGainMonitor.shouldBlockVolumeRequest(reasons)) in shouldBlockVolumeRequest_returnsFalse()
384 .that(CarAudioGainMonitor.shouldBlockVolumeRequest(nonBlockingReasons)) in shouldBlockVolumeRequest_returnsFalse()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioGainMonitor.java115 static boolean shouldBlockVolumeRequest(List<Integer> reasons) { in shouldBlockVolumeRequest() method in CarAudioGainMonitor
DCarVolumeGroup.java879 boolean shouldBlock = CarAudioGainMonitor.shouldBlockVolumeRequest(halReasons); in onAudioGainChanged()