summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/development/LocalBackupPasswordPreferenceController.java
Commit message (Collapse)AuthorAgeFilesLines
* Sort importsFan Zhang2018-08-281-3/+3
| | | | | | | | 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-2/+3
| | | | | Test: rebuild Change-Id: I178485c84ae7146f991fd77b6d7504b029942a68
* Migrate Settings to androidx.Aurimas Liutikas2018-04-201-2/+2
| | | | | | Test: make Settings Bug: 76692459 Change-Id: I941dea40562170649bf056e675cc32e5163c0e39
* Remove unnecessary onDeveloperOptionsSwitchEnabled/Disabled override.Doris Ling2018-03-011-3/+2
| | | | | | | | | | | - 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
* Cleanup Controllers/Fragmentsjeffreyhuang2017-10-181-10/+0
| | | | | | | | | | - Removed extra comments in DevelopmentSettingsDashboardFragment - Removed unused methods from controllers - Clean up method names Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: Ibe7a0921926d4529f62a212b55c8fa2f14ecb18b
* Move DevOptionsPrefCtrl to SettingsLibjeffreyhuang2017-10-091-1/+4
| | | | | | | | - Move DeveloperOptionsPreferenceController Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: Ie434d479d8d3f7527ffce54f241ac2e090e0fc44
* Introduce LocalBackupPasswordPreferenceControllerjeffreyhuang2017-10-031-0/+85
- Create new LocalBackupPasswordPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I86d0d2402e8092e9f03498254ae4e3bf7bb9bf3d