Searched refs:onDevicesToMuteChange (Results 1 – 10 of 10) sorted by relevance
598 () -> mAudioControlWrapperAidl.onDevicesToMuteChange(null)); in onDevicesToMuteChange_withNullMutingInformation_Throws()607 () -> mAudioControlWrapperAidl.onDevicesToMuteChange(new ArrayList<>())); in onDevicesToMuteChange_withEmptyMutingInformation_Throws()615 mAudioControlWrapperAidl.onDevicesToMuteChange(ImmutableList.of(mPrimaryZoneMutingInfo)); in onDevicesToMuteChange_passesAlongZoneId()618 verify(mAudioControl).onDevicesToMuteChange(captor.capture()); in onDevicesToMuteChange_passesAlongZoneId()626 mAudioControlWrapperAidl.onDevicesToMuteChange(ImmutableList.of(mPrimaryZoneMutingInfo)); in onDevicesToMuteChange_passesAlongAddressesToMute()629 verify(mAudioControl).onDevicesToMuteChange(captor.capture()); in onDevicesToMuteChange_passesAlongAddressesToMute()638 mAudioControlWrapperAidl.onDevicesToMuteChange(ImmutableList.of(mPrimaryZoneMutingInfo)); in onDevicesToMuteChange_passesAlongAddressesToUnMute()641 verify(mAudioControl).onDevicesToMuteChange(captor.capture()); in onDevicesToMuteChange_passesAlongAddressesToUnMute()651 mAudioControlWrapperAidl.onDevicesToMuteChange(ImmutableList.of(mPrimaryZoneMutingInfo, in onDevicesToMuteChange_withMultipleZones_passesAlongCorrectSizeInfo()655 verify(mAudioControl).onDevicesToMuteChange(captor.capture()); in onDevicesToMuteChange_withMultipleZones_passesAlongCorrectSizeInfo()[all …]
163 () -> mAudioControlWrapperV1.onDevicesToMuteChange(new ArrayList<>())); in onDevicesToMuteChange_throws()
207 () -> mAudioControlWrapperV2.onDevicesToMuteChange(new ArrayList<>())); in onDevicesToMuteChange_throws()
145 void onDevicesToMuteChange(@NonNull List<MutingInfo> carZonesMutingInfo); in onDevicesToMuteChange() method
131 public void onDevicesToMuteChange(@NonNull List<MutingInfo> carZonesMutingInfo) { in onDevicesToMuteChange() method in AudioControlWrapperV1
281 public void onDevicesToMuteChange(@NonNull List<MutingInfo> carZonesMutingInfo) { in onDevicesToMuteChange() method in AudioControlWrapperAidl287 mAudioControl.onDevicesToMuteChange(mutingInfoToHal); in onDevicesToMuteChange()
165 public void onDevicesToMuteChange(@NonNull List<MutingInfo> carZonesMutingInfo) { in onDevicesToMuteChange() method in AudioControlWrapperV2
85 mAudioControlWrapper.onDevicesToMuteChange(mutingInfo); in carMuteChanged()
553 verify(mMockAudioControlWrapper).onDevicesToMuteChange(captor.capture()); in captureMutingInfoList()
2684 verify(mAudioControlWrapperAidl).onDevicesToMuteChange(any()); in setAudioEnabled_forEnabledVolumeGroupMuting()2697 verify(mAudioControlWrapperAidl).onDevicesToMuteChange(any()); in setAudioEnabled_forEnabledVolumeGroupMutingFromConfigFileWithMatchedRRO()2710 verify(mAudioControlWrapperAidl).onDevicesToMuteChange(any()); in setAudioEnabled_forEnabledVolumeGroupMutingFromConfigFileWithUnmatchedRRO()2723 verify(mAudioControlWrapperAidl, never()).onDevicesToMuteChange(any()); in setAudioEnabled_forDisabledVolumeGroupMutingFromConfigFileWithMatchedRRO()2736 verify(mAudioControlWrapperAidl, never()).onDevicesToMuteChange(any()); in setAudioEnabled_forDisabledVolumeGroupMutingFromConfigFileWithUnmatchedRRO()2746 verify(mAudioControlWrapperAidl, never()).onDevicesToMuteChange(any()); in setAudioEnabled_forDisabledVolumeGroupMuting()2760 verify(mAudioControlWrapperAidl, never()).onDevicesToMuteChange(any()); in onAudioServerDown_forCarAudioServiceCallback()2788 verify(mAudioControlWrapperAidl, never()).onDevicesToMuteChange(any()); in onAudioServerDown_forCarAudioServiceCallback_withFadeManagerEnabled()2816 verify(mAudioControlWrapperAidl, never()).onDevicesToMuteChange(any()); in onAudioServerDown_forCarAudioServiceCallback_withCoreVolumeAndRouting()