summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Issei Suzuki <issei@google.com> 2018-12-04 14:23:24 +0100
committer Issei Suzuki <issei@google.com> 2018-12-10 13:37:35 -0800
commit9e5ff4bf58f8ef2e606201c2c0730fc143f98cc8 (patch)
tree3f53d9362ea247c1a5e1be648f0c45235be98275
parent833960a416f15251f49574e87687138f349f8a65 (diff)
Add metric constants for foldable screen
Test: n/a Bug: 117783763 Change-Id: I4459c9bce085ac8ecc243dbc27264710caea81db
-rw-r--r--proto/src/metrics_constants/metrics_constants.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto
index dec0c291fb22..f2ae16129164 100644
--- a/proto/src/metrics_constants/metrics_constants.proto
+++ b/proto/src/metrics_constants/metrics_constants.proto
@@ -6621,6 +6621,12 @@ message MetricsEvent {
// OS: Q
FIELD_IS_FULL_QS = 1593;
+ // ACTION: Display folding state was changed
+ // CATEGORY: OTHER
+ // SUBTYPE: 1 if display is folded, 0 if not.
+ // OS: Q
+ ACTION_DISPLAY_FOLD = 1594;
+
// ---- End Q Constants, all Q constants go above this line ----
// Add new aosp constants above this line.