Loading services/core/java/com/android/server/audio/AudioService.java +1 −1 Original line number Diff line number Diff line Loading @@ -9211,7 +9211,7 @@ public class AudioService extends IAudioService.Stub index = 1; } if (replaceStreamBtSco()) { if (replaceStreamBtSco() && index != 0) { index = (int) (mIndexMin + (index * 10 - mIndexMin) / getIndexStepFactor() + 5) / 10; } Loading Loading
services/core/java/com/android/server/audio/AudioService.java +1 −1 Original line number Diff line number Diff line Loading @@ -9211,7 +9211,7 @@ public class AudioService extends IAudioService.Stub index = 1; } if (replaceStreamBtSco()) { if (replaceStreamBtSco() && index != 0) { index = (int) (mIndexMin + (index * 10 - mIndexMin) / getIndexStepFactor() + 5) / 10; } Loading