summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/EnableGnssRawMeasFullTrackingPreferenceController.java
AgeCommit message (Collapse)Author
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-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
2017-12-13Add developer option control for GNSS duty cycling.gomo
Duty Cycling control is one of the Android-P features. In Android-P the feature will be controlled via a Developer Options button with no public API. This CL adds the button and connect it to be read via the GnssLocationProivder to control the feature. Also Roboelectric test added. Bug: 64009176 Test: Tested on Android-P build and works as expected. Also Robolectric test added. Change-Id: Icc0d259719cf9034caf2c78c790b914ab4292597