Remove no-op handlePerferenceTreeClick from PrefControllers

Bug: 33429853
Test: RunSettingsRoboTests
Change-Id: I5633953e3d7b07f9006e541b96a24a2a769e2686
This commit is contained in:
Fan Zhang
2016-12-07 15:34:31 -08:00
parent 2425a528ad
commit 9b6f181340
43 changed files with 7 additions and 217 deletions

View File

@@ -67,11 +67,6 @@ public class AutoRotatePreferenceController extends PreferenceController impleme
1 : 0);
}
@Override
public boolean handlePreferenceTreeClick(Preference preference) {
return false;
}
@Override
public boolean isAvailable() {
return RotationPolicy.isRotationLockToggleVisible(mContext);