diff options
| author | 2018-03-27 12:04:59 +0800 | |
|---|---|---|
| committer | 2018-03-27 11:42:08 +0000 | |
| commit | 226196bfacbed51a8e68582cc88ffebd1618e0cc (patch) | |
| tree | dbf03ce7a692b1c4be41bb1967c5863c3c3083ed | |
| parent | c6d9f7ce1d6d152c55431e9ea95302a954bc49b9 (diff) | |
Add metric PREVIOUSLY_CONNECTED_DEVICES
Bug: 74134939
Test: Build
Change-Id: I134e1aea2a562a8a3f33b340a7dfc643b89886d4
| -rw-r--r-- | proto/src/metrics_constants.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index cfb5c6dd080b..c6878d7af307 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -5557,6 +5557,10 @@ message MetricsEvent { // OS: P SETTINGS_CONDITION_DEVICE_VIBRATE = 1369; + // OPEN: Settings > Connected devices > previously connected devices + // CATEGORY: SETTINGS + // OS: P + PREVIOUSLY_CONNECTED_DEVICES = 1370; // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. |