summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/development/ForceMSAAPreferenceController.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all MetricsProto enums to SettingsEnumsFan Zhang2019-01-171-1/+0
| | | | | | Bug: 122855168 Test: rebuild Change-Id: I962d9a71179f86b7cae9dc5e9a00e0aa1557dc76
* Schematize Display system propertiesKiyoung Kim2019-01-131-8/+4
| | | | | | | | | Properties accessed across partitions are now schematized and will become APIs to make explicit interfaces among partitions. Bug: 117924132 Test: m -j Change-Id: I83b40ddfcde32d8d03fae73f5c252013933c466c
* Sort importsFan Zhang2018-08-281-4/+4
| | | | | | | | Having consistent import order will reduce chance of merge conflict between internal and external master Test: rebuild Change-Id: I0b1a170967ddcce7f388603fd521f6ed1eeba30b
* Reorder and clean up imports.Fan Zhang2018-06-181-3/+4
| | | | | Test: rebuild Change-Id: I178485c84ae7146f991fd77b6d7504b029942a68
* Migrate Settings to androidx.Aurimas Liutikas2018-04-201-3/+3
| | | | | | Test: make Settings Bug: 76692459 Change-Id: I941dea40562170649bf056e675cc32e5163c0e39
* Remove unnecessary onDeveloperOptionsSwitchEnabled/Disabled override.Doris Ling2018-03-011-18/+3
| | | | | | | | | | | - 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
* Move DevOptionsPrefCtrl to SettingsLibjeffreyhuang2017-10-091-1/+3
| | | | | | | | - Move DeveloperOptionsPreferenceController Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: Ie434d479d8d3f7527ffce54f241ac2e090e0fc44
* Introduce ForceMsaaPreferenceControllerjeffreyhuang2017-09-291-0/+80
- Create new ForceMsaaPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I5d336037a6ae5904d0459fe56b311fac8372be86