diff options
| author | 2017-06-19 13:11:05 -0700 | |
|---|---|---|
| committer | 2017-06-20 17:46:18 -0700 | |
| commit | 2f1a359fbf6d10452248df946d77da22d5adb44c (patch) | |
| tree | 7a6f45fae3157acb68aaf73bb36cb36c3aacae52 | |
| parent | 820a5063b4dcbd5036e5a82f46cdb6b10c80dec1 (diff) | |
Add metric for bluetooth pairing page
Bug: 38383542
Test: Build
Change-Id: Iabc31726528ce8348858cb0aabf5defecee8ea04
| -rw-r--r-- | proto/src/metrics_constants.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 2eb94d30d4e5..63e5cacd8ef8 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4114,6 +4114,11 @@ message MetricsEvent { // OS: O DR ACTION_OPEN_APP_SETTING = 1017; + // OPEN: Settings > Connected devices > Bluetooth > Pair new device + // CATEGORY: SETTINGS + // OS: O DR + BLUETOOTH_PAIRING = 1018; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS } |