Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa13caa9 authored by Robin Lee's avatar Robin Lee Committed by Android (Google) Code Review
Browse files

Merge "Use MetricsEvent.USER_CREDENTIALS"

parents dbc5ce1e b70b3d86
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@ import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.TextView;

import com.android.internal.logging.MetricsProto.MetricsEvent;

import java.util.EnumSet;
import java.util.Set;
import java.util.SortedMap;
@@ -54,8 +56,7 @@ public class UserCredentialsSettings extends InstrumentedFragment implements OnI

    @Override
    protected int getMetricsCategory() {
        // TODO (rgl): Declare a metrics category for user credentials.
        return UNDECLARED;
        return MetricsEvent.USER_CREDENTIALS;
    }

    @Override