Merge changes from topic "screen_lock_settings_log"

* changes:
  Remove broken tests
  Log screen lock settings using its own constant
This commit is contained in:
TreeHugger Robot
2017-12-06 02:18:03 +00:00
committed by Android (Google) Code Review
3 changed files with 3 additions and 30 deletions

View File

@@ -46,7 +46,7 @@ public class ScreenLockSettings extends DashboardFragment
@Override
public int getMetricsCategory() {
return MetricsProto.MetricsEvent.SECURITY;
return MetricsProto.MetricsEvent.SCREEN_LOCK_SETTINGS;
}
@Override