Merge "Move temporary metrics constants to proto" into nyc-dev

This commit is contained in:
Jason Monk
2016-03-09 14:03:33 +00:00
committed by Android (Google) Code Review
18 changed files with 42 additions and 69 deletions

View File

@@ -15,7 +15,7 @@
package com.android.settings.applications;
import android.os.Bundle;
import com.android.settings.InstrumentedFragment;
import com.android.internal.logging.MetricsProto.MetricsEvent;
import com.android.settings.R;
import com.android.settings.SettingsPreferenceFragment;
@@ -28,6 +28,6 @@ public class SpecialAccessSettings extends SettingsPreferenceFragment {
@Override
protected int getMetricsCategory() {
return InstrumentedFragment.SPECIAL_ACCESS;
return MetricsEvent.SPECIAL_ACCESS;
}
}