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

Commit 0a69b87d authored by Arc Wang's avatar Arc Wang Committed by Android (Google) Code Review
Browse files

Merge "Add Wi-Fi DPP metrics category constants."

parents 0fb7e834 b16327ab
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -76,5 +76,11 @@ enum PageId {


    // OPEN: Settings > Developer options > Disable > Info dialog
    // OPEN: Settings > Developer options > Disable > Info dialog
    DIALOG_DISABLE_DEVELOPMENT_OPTIONS = 1591;
    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 Original line Diff line number Diff line
@@ -6627,6 +6627,16 @@ message MetricsEvent {
    // OS: Q
    // OS: Q
    ACTION_DISPLAY_FOLD = 1594;
    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 ----
    // ---- End Q Constants, all Q constants go above this line ----


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