OSDN Git Service

Add DIALOG_UPDATABLE_LIST_PREFERENCE into metrics_constants.proto
authortimhypeng <timhypeng@google.com>
Fri, 4 May 2018 07:28:42 +0000 (15:28 +0800)
committerhughchen <hughchen@google.com>
Wed, 9 May 2018 12:22:53 +0000 (20:22 +0800)
* This is for a new dialog which is able to update content instantly when connected devices change

Bug: 77783217
Test: make -j50 RunSettingsLibRoboTests
Change-Id: I8c70eb93b8bfd39d295fa326df8372ee4b146834

proto/src/metrics_constants.proto

index 1541231..0fa5d2b 100644 (file)
@@ -5818,6 +5818,11 @@ message MetricsEvent {
     // Tag used to report whether an activity is being autofilled  on compatibility mode.
     FIELD_AUTOFILL_COMPAT_MODE = 1414;
 
+    // OPEN: Settings > Sound > Switch connected devices dialog
+    // CATEGORY: SETTINGS
+    // OS: P
+    DIALOG_UPDATABLE_LIST_PREFERENCE = 1415;
+
     // ---- End P Constants, all P constants go above this line ----
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS