From: Petri Gynther Date: Sat, 19 May 2018 05:59:50 +0000 (-0700) Subject: Add new metrics constant for Bluetooth A2DP hardware offload X-Git-Tag: android-x86-9.0-r1~107^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=915e94484b73d5184ccd0e8d4f58e16b973e5b3b;p=android-x86%2Fframeworks-base.git 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 --- 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