Introduce CameraHalHdrPlusPreferenceControllerV2

- Create new CameraHalHdrPlusPreferenceControllerV2
 - Copy logic from CameraHalHdrPlusPreferenceController with slight
   modifications for dashboard fragment compatibility
 - Deprecate CameraHalHdrPlusPreferenceController

Bug: 34203528
Test: make RunSettingsRoboTests -j40
Change-Id: I9b88286d16930df208c7c413728c816637409c81
This commit is contained in:
jeffreyhuang
2017-09-25 12:28:02 -07:00
parent 070a0f9c43
commit 2145f8a275
7 changed files with 287 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
// store logger data persistently on device
// telephony monitor
controllers.add(new CameraLaserSensorPreferenceControllerV2(context));
// camera HAL HDR+
controllers.add(new CameraHalHdrPlusPreferenceControllerV2(context));
// feature flags
controllers.add(new WifiDisplayCertificationPreferenceController(context));
// enable wi-fi verbose logging