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

Commit b16327ab authored by Arc Wang's avatar Arc Wang
Browse files

Add Wi-Fi DPP metrics category constants.

Bug: 118794858
Bug: 118797380

Test: NA
Change-Id: I5fdd7d107fec621086a3d0a1ab31a0dfc7f1a277
parent 62b6a1d0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -76,5 +76,11 @@ enum PageId {

    // OPEN: Settings > Developer options > Disable > Info dialog
    DIALOG_DISABLE_DEVELOPMENT_OPTIONS = 1591;

    // OPEN: WifiDppConfiguratorActivity (android.settings.WIFI_DPP_CONFIGURATOR_XXX action intents)
    SETTINGS_WIFI_DPP_CONFIGURATOR = 1595;

    // OPEN: WifiDppEnrolleeActivity (android.settings.WIFI_DPP_ENROLLEE_XXX action intents)
    SETTINGS_WIFI_DPP_ENROLLEE = 1596;
}
+10 −0
Original line number Diff line number Diff line
@@ -6627,6 +6627,16 @@ message MetricsEvent {
    // OS: Q
    ACTION_DISPLAY_FOLD = 1594;

    // OPEN: WifiDppConfiguratorActivity (android.settings.WIFI_DPP_CONFIGURATOR_XXX action intents)
    // CATEGORY: SETTINGS
    // OS: Q
    SETTINGS_WIFI_DPP_CONFIGURATOR = 1595;

    // OPEN: WifiDppEnrolleeActivity (android.settings.WIFI_DPP_ENROLLEE_XXX action intents)
    // CATEGORY: SETTINGS
    // OS: Q
    SETTINGS_WIFI_DPP_ENROLLEE = 1596;

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

    // Add new aosp constants above this line.