diff options
Diffstat (limited to 'src/com/android/settings/development/LocalBackupPasswordPreferenceController.java')
-rw-r--r-- | src/com/android/settings/development/LocalBackupPasswordPreferenceController.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/android/settings/development/LocalBackupPasswordPreferenceController.java b/src/com/android/settings/development/LocalBackupPasswordPreferenceController.java index e52b073cd1..51690ffbd3 100644 --- a/src/com/android/settings/development/LocalBackupPasswordPreferenceController.java +++ b/src/com/android/settings/development/LocalBackupPasswordPreferenceController.java @@ -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) { |