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

Commit 66daf214 authored by Gustav Sennton's avatar Gustav Sennton Committed by Android (Google) Code Review
Browse files

Merge "Add metric fields for Smart Suggestions in Notifications logging."

parents e76796f1 6f65fc34
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line Diff line number Diff line
@@ -6649,6 +6649,21 @@ message MetricsEvent {
    // OS: Q
    // OS: Q
    QS_SENSOR_PRIVACY = 1598;
    QS_SENSOR_PRIVACY = 1598;


    // Tagged data for SMART_REPLY_VISIBLE. Count of number of smart actions.
    // OS: Q
    NOTIFICATION_SMART_ACTION_COUNT = 1599;

    // Tagged data for SMART_REPLY_VISIBLE and NOTIFICATION_ITEM_ACTION.
    // Whether the notification has notification-assistant generated
    // actions/replies.
    // OS: Q
    NOTIFICATION_SMART_SUGGESTION_ASSISTANT_GENERATED = 1600;

    // Tagged data for NOTIFICATION_ITEM_ACTION. Whether the action is a smart
    // action.
    // OS: Q
    NOTIFICATION_ACTION_IS_SMART = 1601;

    // ---- End Q Constants, all Q constants go above this line ----
    // ---- End Q Constants, all Q constants go above this line ----


    // Add new aosp constants above this line.
    // Add new aosp constants above this line.