From 4f17b17a13ab06ac5fd79e3653bc76f93e5a84cb Mon Sep 17 00:00:00 2001 From: Malcolm Chen Date: Thu, 19 Oct 2017 13:54:07 -0700 Subject: [PATCH] Add metricsEvent for WifiCallingSettingsForSub fragment. Bug: 65648147 Test: Manual Change-Id: I2447a809e5ab619cac30fc56ed38f8fb3853b317 --- proto/src/metrics_constants.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 8e88359590844..a13be0bfd5885 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4699,6 +4699,11 @@ message MetricsEvent { // OS: P AUTOFILL_SAVE_EXPLICITLY_TRIGGERED = 1229; + // OPEN: Settings > Network & Internet > Mobile network > Wi-Fi calling + // CATEGORY: SETTINGS + // OS: P + WIFI_CALLING_FOR_SUB = 1230; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }