Searched refs:mutedStateMutable (Results 1 – 2 of 2) sorted by relevance
71 public MutableLiveData<Boolean> mutedStateMutable = new MutableLiveData<>(false); field in LeAudioDeviceStateWrapper.VolumeControlData
482 if (vc_svc_data.mutedStateMutable.hasObservers()) in setVolumeControlStateObservers()483 vc_svc_data.mutedStateMutable.removeObservers(this.parent); in setVolumeControlStateObservers()484 vc_svc_data.mutedStateMutable.observe( in setVolumeControlStateObservers()