summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/CameraLaserSensorPreferenceController.java
AgeCommit message (Collapse)Author
2019-09-20Developer option off must not affect laser sensorEmilian Peev
Turning developer settings to on or off must not change the current laser sensor preference. Bug: 140016130 Test: mma ROBOTEST_FILTER=CameraLaserSensorPreferenceControllerTest, manual using Settings application Change-Id: Ieb30527e5df97abcb00a6624e1ced93f9198c713
2018-08-28Sort importsFan Zhang
Having consistent import order will reduce chance of merge conflict between internal and external master Test: rebuild Change-Id: I0b1a170967ddcce7f388603fd521f6ed1eeba30b
2018-07-13Clean up: fix incorrect @VisibleForTesting importsFan Zhang
Test: rebuild and robotests Change-Id: I33d7ee1c0622c01f592920baaf01d44ad19d9a13
2018-06-18Reorder and clean up imports.Fan Zhang
Test: rebuild Change-Id: I178485c84ae7146f991fd77b6d7504b029942a68
2018-04-20Migrate Settings to androidx.Aurimas Liutikas
Test: make Settings Bug: 76692459 Change-Id: I941dea40562170649bf056e675cc32e5163c0e39
2018-03-01Remove unnecessary onDeveloperOptionsSwitchEnabled/Disabled override.Doris Ling
- default implementation has been added in the super class to handle enabling/disabling the preference when the master developer options switch it turned on/off. Removing all subclass that originally implemented the methods that only contains the default behavior. Bug: 73955632 Test: make RunSettingsRoboTests Change-Id: I13c372c2ab498a5786b40cdc1ad3b5f3424abb5a
2018-01-09Settings: Enable laser sensor toggle for user buildsEmilian Peev
User builds should also have the camera lensor enable/disable developer option. Bug: 71702869 Test: Manual, make ROBOTEST_FILTER=CameraLaserSensorPreferenceControllerTest RunSettingsRoboTests -j40 Change-Id: Iaa1aadfee0351b9e5fcaa8282e4dcd7b16e9ebf4
2017-11-22rename v2 controllersjeffreyhuang
- Remove v2 postfix on controllers now that v1 dev options have been removed Bug: 34203528 Test: compiles and tests still pass Change-Id: I7a937e914293233801dbd1d9536b7b47ee70d591
2017-11-17Delete DevelopmentSettings.javajeffreyhuang
- Remove the old DevelopmentSettings - Remove references to the feature flag Fixes: 65522949 Test: make RunSettingsRoboTests -j40 Change-Id: Ie2eb3465127d79a027de6bb58a47bb15e3094f89
2017-09-25Introduce CameraLaserSensorPreferenceControllerV2jeffreyhuang
- Create new CameraLaserSensorPreferenceControllerV2 - Copy logic from CameraLaserSensorPreferenceController with slight modifications for dashboard fragment compatibility - Deprecate CameraLaserSensorPreferenceController Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I8854d3e891afab607025a427a376e33e9b61dcc3
2017-09-07Settings: Add laser sensor preferenceEmilian Peev
Add a switch for enabling/disabling the laser sensor within developer options. Test: Manual using setting app, RunSettingsRoboTests Bug: 64423712 Change-Id: I89a32dfa062fc62c4be096d2e026a32ce9b784ca