Merge "New Metrics constants for captive portal related UI" into stage-aosp-master
am: 369bbf5d05
Change-Id: I02802f762a62fc29ff383523d2c52ebd536a9715
This commit is contained in:
@@ -3974,6 +3974,31 @@ message MetricsEvent {
|
||||
|
||||
// ---- End O Constants, all O constants go above this line ----
|
||||
|
||||
// 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user