Searched refs:shouldBlockVolumeRequest (Results 1 – 3 of 3) sorted by relevance
347 .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()
115 static boolean shouldBlockVolumeRequest(List<Integer> reasons) { in shouldBlockVolumeRequest() method in CarAudioGainMonitor
879 boolean shouldBlock = CarAudioGainMonitor.shouldBlockVolumeRequest(halReasons); in onAudioGainChanged()