Loading services/core/java/com/android/server/audio/AudioService.java +7 −5 Original line number Diff line number Diff line Loading @@ -5855,12 +5855,14 @@ public class AudioService extends IAudioService.Stub caller); } // fire changed intents for all streams if (index != oldIndex) { mVolumeChanged.putExtra(AudioManager.EXTRA_VOLUME_STREAM_VALUE, index); mVolumeChanged.putExtra(AudioManager.EXTRA_PREV_VOLUME_STREAM_VALUE, oldIndex); mVolumeChanged.putExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE_ALIAS, mStreamVolumeAlias[mStreamType]); sendBroadcastToAll(mVolumeChanged); } } return changed; } Loading Loading
services/core/java/com/android/server/audio/AudioService.java +7 −5 Original line number Diff line number Diff line Loading @@ -5855,12 +5855,14 @@ public class AudioService extends IAudioService.Stub caller); } // fire changed intents for all streams if (index != oldIndex) { mVolumeChanged.putExtra(AudioManager.EXTRA_VOLUME_STREAM_VALUE, index); mVolumeChanged.putExtra(AudioManager.EXTRA_PREV_VOLUME_STREAM_VALUE, oldIndex); mVolumeChanged.putExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE_ALIAS, mStreamVolumeAlias[mStreamType]); sendBroadcastToAll(mVolumeChanged); } } return changed; } Loading