Loading android/app/src/com/android/bluetooth/vc/VolumeControlNativeInterface.java +4 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,10 @@ public class VolumeControlNativeInterface { @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE) public boolean setExtAudioOutVolumeOffset(BluetoothDevice device, int externalOutputId, int offset) { if (Utils.isPtsTestMode()) { setVolumeNative(getByteAddress(device), offset); return true; } return setExtAudioOutVolumeOffsetNative(getByteAddress(device), externalOutputId, offset); } Loading Loading
android/app/src/com/android/bluetooth/vc/VolumeControlNativeInterface.java +4 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,10 @@ public class VolumeControlNativeInterface { @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE) public boolean setExtAudioOutVolumeOffset(BluetoothDevice device, int externalOutputId, int offset) { if (Utils.isPtsTestMode()) { setVolumeNative(getByteAddress(device), offset); return true; } return setExtAudioOutVolumeOffsetNative(getByteAddress(device), externalOutputId, offset); } Loading