Introduce BluetoothAudioQualityPreferenceCtrl

- Create new BluetoothAudioQualityPreferenceController
 - Create controller inside the DashboardFragment
 - Port logic from DevelopmentSettings into the controller

Bug: 34203528
Test: make RunSettingsRoboTests -j40
Change-Id: I145c2e2554f5e9f5e7cfa79b3f6198a8b81105ec
This commit is contained in:
jeffreyhuang
2017-10-13 14:27:10 -07:00
parent 2335b1fef4
commit af3ec754dd
4 changed files with 214 additions and 1 deletions

View File

@@ -47,4 +47,8 @@ public class BluetoothCodecConfig {
public int getChannelMode() {
return 0;
}
public long getCodecSpecific1() {
return 0;
}
}