Cleanup Controllers/Fragments

- Removed extra comments in DevelopmentSettingsDashboardFragment
 - Removed unused methods from controllers
 - Clean up method names

Bug: 34203528
Test: make RunSettingsRoboTests -j40
Change-Id: Ibe7a0921926d4529f62a212b55c8fa2f14ecb18b
This commit is contained in:
jeffreyhuang
2017-10-18 15:03:41 -07:00
parent d50363b496
commit bb451a38e4
6 changed files with 4 additions and 51 deletions

View File

@@ -55,16 +55,6 @@ public class LocalBackupPasswordPreferenceController extends
updatePasswordSummary(preference);
}
@Override
protected void onDeveloperOptionsSwitchEnabled() {
// intentional no-op
}
@Override
protected void onDeveloperOptionsSwitchDisabled() {
// intentional no-op
}
private void updatePasswordSummary(Preference preference) {
preference.setEnabled(isAdminUser() && mBackupManager != null);
if (mBackupManager == null) {