From 915e94484b73d5184ccd0e8d4f58e16b973e5b3b Mon Sep 17 00:00:00 2001 From: Petri Gynther Date: Fri, 18 May 2018 22:59:50 -0700 Subject: [PATCH] Add new metrics constant for Bluetooth A2DP hardware offload Bug: 63932139 Bug: 79568680 Test: Settings app compiles without errors Change-Id: I535f9cd819787f6c8d24facb5824dbf7472d5231 Merged-In: I535f9cd819787f6c8d24facb5824dbf7472d5231 --- proto/src/metrics_constants.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 083598d1e357..686ab53ecc22 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5974,6 +5974,12 @@ message MetricsEvent { // OS: P ACTION_HUSH_GESTURE = 1440; + // OPEN: Settings -> Developer Options -> Disable Bluetooth A2DP hardware + // offload + // CATEGORY: SETTINGS + // OS: P + DIALOG_BLUETOOTH_DISABLE_A2DP_HW_OFFLOAD = 1441; + // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS -- 2.11.0