commit | 652c432fd9b73bfc8c4d5825e8d6d6a30efe0249 | [log] [tgz] |
---|---|---|
author | Soroosh Mariooryad <soroosh@google.com> | Thu Sep 07 08:45:18 2017 -0700 |
committer | Soroosh Mariooryad <soroosh@google.com> | Fri Sep 08 14:49:41 2017 -0700 |
tree | f81e347fa57dad59e9c7eeb2b8009ec7bceb8c6b | |
parent | 347eaf21fa66b1b9097b30d50404169f1d8ce2b6 [diff] |
Add logging const for smart setting suggestion enabled/disabled state Test: builds Bug: 64121058 Change-Id: I4136d9bfab8c828e85b36ee25421189389a5dddc Merged-In: I9d1e27082d535da90a5a30f6c2fc9b717c07bf1b
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index eb895de..8156025 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto
@@ -4305,6 +4305,12 @@ // OS: O MR ACTION_SETTINGS_BLUETOOTH_PAIR_DEVICES_WITHOUT_NAMES = 1096; + // FIELD - Whether smart suggestion ranking was enabled or not + // Type: int encoded boolean + // CATEGORY: SETTINGS + // OS: O MR + FIELD_SETTINGS_SMART_SUGGESTIONS_ENABLED = 1097; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }