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

Commit 0b357c9a authored by Bill Lin's avatar Bill Lin Committed by Automerger Merge Worker
Browse files

Merge "Define CUJ_BIOMETRIC_PROMPT in InteractionJankMonitor" into tm-dev am:...

Merge "Define CUJ_BIOMETRIC_PROMPT in InteractionJankMonitor" into tm-dev am: 92b26992 am: 72dceda5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18367870



Change-Id: Id2f7fe238d06aa9e0d261203eb472ea20cc14db0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f92e3d34 72dceda5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -200,6 +200,7 @@ public class InteractionJankMonitor {
    public static final int CUJ_SETTINGS_SLIDER = 53;
    public static final int CUJ_TAKE_SCREENSHOT = 54;
    public static final int CUJ_VOLUME_CONTROL = 55;
    public static final int CUJ_BIOMETRIC_PROMPT_TRANSITION = 56;
    public static final int CUJ_SETTINGS_TOGGLE = 57;

    private static final int NO_STATSD_LOGGING = -1;
@@ -343,6 +344,7 @@ public class InteractionJankMonitor {
            CUJ_SETTINGS_SLIDER,
            CUJ_TAKE_SCREENSHOT,
            CUJ_VOLUME_CONTROL,
            CUJ_BIOMETRIC_PROMPT_TRANSITION,
            CUJ_SETTINGS_TOGGLE,
    })
    @Retention(RetentionPolicy.SOURCE)
@@ -774,6 +776,8 @@ public class InteractionJankMonitor {
                return "TAKE_SCREENSHOT";
            case CUJ_VOLUME_CONTROL:
                return "VOLUME_CONTROL";
            case CUJ_BIOMETRIC_PROMPT_TRANSITION:
                return "BIOMETRIC_PROMPT_TRANSITION";
            case CUJ_SETTINGS_TOGGLE:
                return "SETTINGS_TOGGLE";
        }