diff options
author | Christine Franks <christyfranks@google.com> | 2019-03-28 11:47:00 -0700 |
---|---|---|
committer | Susi Kharraz-Post <susikp@google.com> | 2019-04-03 17:53:01 -0400 |
commit | 92aa9b2fbaa60710f1b0ccf44770eef1d5ab5b2a (patch) | |
tree | 5568e5e7dedf8336429e72d2161620c1deb1b206 /proto/src | |
parent | ed194a33e05adabe6d159001f289f0c50ea8e6b8 (diff) |
Reserve display white balance metric
Bug: 123930917
Test: n/a
Change-Id: Ieb7fb22566dee89b9128756ec2e2c06cc0211f9a
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index ce39a709e637..f487fc8c470f 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7162,6 +7162,11 @@ message MetricsEvent { // Open: Settings > app > bubble settings > confirmation dialog DIALOG_APP_BUBBLE_SETTINGS = 1702; + // ACTION: Display white balance setting enabled or disabled. + // CATEGORY: SETTINGS + // OS: Q + ACTION_DISPLAY_WHITE_BALANCE_SETTING_CHANGED = 1703; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |