Searched refs:onDevicesToMuteChange (Results 1 – 9 of 9) sorted by relevance
319 () -> mAudioControlWrapperAidl.onDevicesToMuteChange(null)); in onDevicesToMuteChange_withNullMutingInformation_Throws()328 () -> mAudioControlWrapperAidl.onDevicesToMuteChange(new ArrayList<>())); in onDevicesToMuteChange_withEmptyMutingInformation_Throws()336 mAudioControlWrapperAidl.onDevicesToMuteChange(ImmutableList.of(mPrimaryZoneMutingInfo)); in onDevicesToMuteChange_passesAlongZoneId()339 verify(mAudioControl).onDevicesToMuteChange(captor.capture()); in onDevicesToMuteChange_passesAlongZoneId()347 mAudioControlWrapperAidl.onDevicesToMuteChange(ImmutableList.of(mPrimaryZoneMutingInfo)); in onDevicesToMuteChange_passesAlongAddressesToMute()350 verify(mAudioControl).onDevicesToMuteChange(captor.capture()); in onDevicesToMuteChange_passesAlongAddressesToMute()359 mAudioControlWrapperAidl.onDevicesToMuteChange(ImmutableList.of(mPrimaryZoneMutingInfo)); in onDevicesToMuteChange_passesAlongAddressesToUnMute()362 verify(mAudioControl).onDevicesToMuteChange(captor.capture()); in onDevicesToMuteChange_passesAlongAddressesToUnMute()372 mAudioControlWrapperAidl.onDevicesToMuteChange(ImmutableList.of(mPrimaryZoneMutingInfo, in onDevicesToMuteChange_withMultipleZones_passesAlongCorrectSizeInfo()376 verify(mAudioControl).onDevicesToMuteChange(captor.capture()); in onDevicesToMuteChange_withMultipleZones_passesAlongCorrectSizeInfo()[all …]
157 () -> audioControlWrapperV2.onDevicesToMuteChange(new ArrayList<>())); in onDevicesToMuteChange_throws()
158 () -> audioControlWrapperV1.onDevicesToMuteChange(new ArrayList<>())); in onDevicesToMuteChange_throws()
165 public void onDevicesToMuteChange(@NonNull List<MutingInfo> carZonesMutingInfo) { in onDevicesToMuteChange() method in AudioControlWrapperAidl171 mAudioControl.onDevicesToMuteChange(mutingInfoToHal); in onDevicesToMuteChange()
120 void onDevicesToMuteChange(@NonNull List<MutingInfo> carZonesMutingInfo); in onDevicesToMuteChange() method
120 public void onDevicesToMuteChange(@NonNull List<MutingInfo> carZonesMutingInfo) { in onDevicesToMuteChange() method in AudioControlWrapperV1
152 public void onDevicesToMuteChange(@NonNull List<MutingInfo> carZonesMutingInfo) { in onDevicesToMuteChange() method in AudioControlWrapperV2
82 mAudioControlWrapper.onDevicesToMuteChange(mutingInfo); in carMuteChanged()
501 verify(mMockAudioControlWrapper).onDevicesToMuteChange(captor.capture()); in captureMutingInfoList()