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:
@@ -86,16 +86,6 @@ public class FileEncryptionPreferenceController extends
|
||||
mContext.getResources().getString(R.string.convert_to_file_encryption_done));
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onDeveloperOptionsSwitchEnabled() {
|
||||
// intentional no-op
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onDeveloperOptionsSwitchDisabled() {
|
||||
// intentional no-op
|
||||
}
|
||||
|
||||
private IStorageManager getStorageManager() {
|
||||
try {
|
||||
return IStorageManager.Stub.asInterface(
|
||||
|
Reference in New Issue
Block a user