Loading services/core/java/com/android/server/audio/AudioService.java +0 −5 Original line number Diff line number Diff line Loading @@ -12712,11 +12712,6 @@ public class AudioService extends IAudioService.Stub if (mController == null) return; try { // TODO: remove this when deprecating STREAM_BLUETOOTH_SCO if (isStreamBluetoothSco(streamType)) { // TODO: notify both sco and voice_call about volume changes streamType = AudioSystem.STREAM_BLUETOOTH_SCO; } mController.volumeChanged(streamType, flags); } catch (RemoteException e) { Log.w(TAG, "Error calling volumeChanged", e); Loading
services/core/java/com/android/server/audio/AudioService.java +0 −5 Original line number Diff line number Diff line Loading @@ -12712,11 +12712,6 @@ public class AudioService extends IAudioService.Stub if (mController == null) return; try { // TODO: remove this when deprecating STREAM_BLUETOOTH_SCO if (isStreamBluetoothSco(streamType)) { // TODO: notify both sco and voice_call about volume changes streamType = AudioSystem.STREAM_BLUETOOTH_SCO; } mController.volumeChanged(streamType, flags); } catch (RemoteException e) { Log.w(TAG, "Error calling volumeChanged", e);