From b998c8eee2c680e8986ea008aa40619f1d09cdc3 Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Fri, 16 Mar 2018 09:09:45 -0400 Subject: [PATCH] metrics constant for volume gesture. Test: make Bug: 75252670 Change-Id: Ifa4412d8e440d2259c534f5ad7a9914ef4239a6c --- proto/src/metrics_constants.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index e3be5d43a327d..62d941a93fb4d 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5507,6 +5507,10 @@ message MetricsEvent { // internal platform metrics use. RESERVED_FOR_LOGBUILDER_LATENCY_MILLIS = 1359; + // OPEN: Settings > Gestures > Prevent Ringing + // OS: P + SETTINGS_PREVENT_RINGING = 1360; + // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS