annoint new constants

Bug: 21114836
Change-Id: I63fb1da67a6f6d8dfad076e7e1c2cef0783c17f9
This commit is contained in:
Chris Wren
2015-06-09 14:24:03 -04:00
parent c7581e8126
commit ca689aeada
4 changed files with 5 additions and 7 deletions

View File

@@ -177,7 +177,7 @@ public class DisplaySettings extends SettingsPreferenceFragment implements
@Override
public boolean onItemSelected(int pos, Object value) {
final boolean locked = (Boolean) value;
MetricsLogger.action(getActivity(), InstrumentedFragment.ACTION_ROTATION_LOCK,
MetricsLogger.action(getActivity(), MetricsLogger.ACTION_ROTATION_LOCK,
locked);
RotationPolicy.setRotationLock(activity, locked);
return true;