Merge "Initialize LDAC to ABR mode" am: f80b445166 am: 8bed25af1f

am: 9660f0ee80

Change-Id: I4ff3e93ae7093deb94006c4ddf651045a1c0ad13
This commit is contained in:
fen wang
2017-03-28 05:19:49 +00:00
committed by android-build-merger

View File

@@ -1810,10 +1810,10 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
mBluetoothSelectA2dpChannelMode.setValue(values[index]);
mBluetoothSelectA2dpChannelMode.setSummary(summaries[index]);
// Init the LDAC Playback Quality - High
// Init the LDAC Playback Quality - ABR
values = getResources().getStringArray(R.array.bluetooth_a2dp_codec_ldac_playback_quality_values);
summaries = getResources().getStringArray(R.array.bluetooth_a2dp_codec_ldac_playback_quality_summaries);
index = 0;
index = 3;
mBluetoothSelectA2dpLdacPlaybackQuality.setValue(values[index]);
mBluetoothSelectA2dpLdacPlaybackQuality.setSummary(summaries[index]);
}
@@ -1971,6 +1971,7 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
case 0:
case 1:
case 2:
case 3:
break;
default:
index = -1;
@@ -2157,6 +2158,7 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
case 0:
case 1:
case 2:
case 3:
codecSpecific1Value = 1000 + index;
break;
default: