diff options
| author | 2017-06-09 06:47:47 +0000 | |
|---|---|---|
| committer | 2017-06-09 06:47:47 +0000 | |
| commit | 75792d42990066b3cc5dc5a9d28ea1e17bd429ca (patch) | |
| tree | 0e2354174c3975b288ae13ab4abe4a69962a3445 | |
| parent | 187b15bbd5336dc594071fd324487a252204f3e6 (diff) | |
| parent | aac9aff5dc3cc219ad3fcf013ee0dad25b7ce1f1 (diff) | |
Merge "New Metrics constants for captive portal related UI"
am: aac9aff5dc
Change-Id: Ib55742148a08ae21f01539939e41699cdb581ca2
| -rw-r--r-- | proto/src/metrics_constants.proto | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 9c571a2585eb..8bc7520d880d 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2252,6 +2252,32 @@ message MetricsEvent { // CATEGORY: QUICK_SETTINGS QS_NFC = 800; + + // ACTION: CaptivePortalLoginActivity starts + // CATEGORY: GLOBAL_SYSTEM_UI + // OS: O DR + ACTION_CAPTIVE_PORTAL_LOGIN_ACTIVITY = 1004; + + // ACTION: CaptivePortalLoginActivity auto-closes + // CATEGORY: GLOBAL_SYSTEM_UI + // OS: O DR + ACTION_CAPTIVE_PORTAL_LOGIN_RESULT_DISMISSED = 1005; + + // ACTION: CaptivePortalLoginActivity > Menu > Do not use this network + // CATEGORY: GLOBAL_SYSTEM_UI + // OS: O DR + ACTION_CAPTIVE_PORTAL_LOGIN_RESULT_UNWANTED = 1006; + + // ACTION: CaptivePortalLoginActivity > Menu > Use this network + // CATEGORY: GLOBAL_SYSTEM_UI + // OS: O DR + ACTION_CAPTIVE_PORTAL_LOGIN_RESULT_WANTED_AS_IS = 1007; + + // ACTION: Settings > Wi-Fi > [Long press network] > Sign in to network + // CATEGORY: SETTINGS + // OS: O DR + ACTION_WIFI_SIGNIN = 1008; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS } |