Loading services/core/java/com/android/server/audio/AudioService.java +10 −12 Original line number Diff line number Diff line Loading @@ -4974,7 +4974,6 @@ public class AudioService extends IAudioService.Stub } private void onSetVolumeIndexOnDevice(@NonNull DeviceVolumeUpdate update) { synchronized (VolumeStreamState.class) { final VolumeStreamState streamState = mStreamStates[update.mStreamType]; if (update.hasVolumeIndex()) { final int index = update.getVolumeIndex(); Loading @@ -4987,7 +4986,6 @@ public class AudioService extends IAudioService.Stub } setDeviceVolume(streamState, update.mDevice); } } /*package*/ void setDeviceVolume(VolumeStreamState streamState, int device) { Loading Loading
services/core/java/com/android/server/audio/AudioService.java +10 −12 Original line number Diff line number Diff line Loading @@ -4974,7 +4974,6 @@ public class AudioService extends IAudioService.Stub } private void onSetVolumeIndexOnDevice(@NonNull DeviceVolumeUpdate update) { synchronized (VolumeStreamState.class) { final VolumeStreamState streamState = mStreamStates[update.mStreamType]; if (update.hasVolumeIndex()) { final int index = update.getVolumeIndex(); Loading @@ -4987,7 +4986,6 @@ public class AudioService extends IAudioService.Stub } setDeviceVolume(streamState, update.mDevice); } } /*package*/ void setDeviceVolume(VolumeStreamState streamState, int device) { Loading