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

Commit 4d1dc0bc authored by Matthew Fritze's avatar Matthew Fritze
Browse files

Add Settings Panels proto enums

Test: manual
Bug: 117804231
Change-Id: I8f9637e69e98745608464fcd76727fde9259722e
parent ab6c75c1
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -610,6 +610,11 @@ enum Action {
    // CATEGORY: SETTINGS
    // OS: Q
    ACTION_SET_NEW_PARENT_PROFILE_PASSWORD = 1646;

    // ACTION: An interaction with a Slice or other component in the Panel.
    // CATEGORY: SETTINGS
    // OS: Q
    ACTION_PANEL_INTERACTION = 1658;
}

/**
@@ -2214,4 +2219,16 @@ enum PageId {
    // CATEGORY: SETTINGS
    // OS: Q
    SET_NEW_PASSWORD_ACTIVITY = 1644;

    // Panel for Internet Connectivity
    PANEL_INTERNET_CONNECTIVITY = 1654;

    // Panel for Volume
    PANEL_VOLUME = 1655;

    // Panel for NFC
    PANEL_NFC = 1656;

    // Panel for Media Output
    PANEL_MEDIA_OUTPUT = 1657;
}
+17 −0
Original line number Diff line number Diff line
@@ -6975,6 +6975,23 @@ message MetricsEvent {
    // formerly: histogram system_cost_for_smart_sharing
    FIELD_TIME_TO_APP_TARGETS = 1653;

    // Open: Settings > Panel for Internet Connectivity
    PANEL_INTERNET_CONNECTIVITY = 1654;

    // Open: Settings > Panel for Volume
    PANEL_VOLUME = 1655;

    // Open: Settings > Panel for NFC
    PANEL_NFC = 1656;

    // Open: Settings > Panel for Media Output
    PANEL_MEDIA_OUTPUT = 1657;

    // ACTION: An interaction with a Slice or other component in the Panel.
    // CATEGORY: SETTINGS
    // OS: Q
    ACTION_PANEL_INTERACTION = 1658;

    // ---- End Q Constants, all Q constants go above this line ----
    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS