summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2018-05-11 09:33:20 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-05-11 09:33:20 +0000
commit603824a6e7ce2f9de1de962535745131da69d77d (patch)
tree2a5bd6faba5d68e2588c62cf8ace683ec1f085e4
parentde38aa102df8b29d94856fb8af79cfa80408a98f (diff)
parent2bde4091087f503970931d7180ae68aba695f5ee (diff)
Merge "Add new type into metrics_constants.proto" into pi-dev
-rw-r--r--proto/src/metrics_constants.proto9
1 files changed, 7 insertions, 2 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 0fa5d2bbd0a6..7c05b2b00ff1 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -5818,10 +5818,15 @@ 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
+ // OPEN: Settings > Sound > Switch a2dp devices dialog
// CATEGORY: SETTINGS
// OS: P
- DIALOG_UPDATABLE_LIST_PREFERENCE = 1415;
+ DIALOG_SWITCH_A2DP_DEVICES = 1415;
+
+ // OPEN: Settings > Sound > Switch hfp devices dialog
+ // CATEGORY: SETTINGS
+ // OS: P
+ DIALOG_SWITCH_HFP_DEVICES = 1416;
// ---- End P Constants, all P constants go above this line ----
// Add new aosp constants above this line.