Merge "Update ANOMALY_DETECTION_CONSTANTS javadoc." into oc-mr1-dev

am: 972446cf03

Change-Id: I74706c0f8f2369ff06dc6d9d1d588845edd467b4
This commit is contained in:
Andrew Sapperstein
2017-10-07 00:37:06 +00:00
committed by android-build-merger

View File

@@ -9363,9 +9363,12 @@ public final class Settings {
/**
* Battery anomaly detection specific settings
* This is encoded as a key=value list, separated by commas. Ex:
* This is encoded as a key=value list, separated by commas.
* wakeup_blacklisted_tags is a string, encoded as a set of tags, encoded via
* {@link Uri#encode(String)}, separated by colons. Ex:
*
* "anomaly_detection_enabled=true,wakelock_threshold=2000"
* "anomaly_detection_enabled=true,wakelock_threshold=2000,wakeup_alarm_enabled=true,"
* "wakeup_alarm_threshold=10,wakeup_blacklisted_tags=tag1:tag2:with%2Ccomma:with%3Acolon"
*
* The following keys are supported:
*
@@ -9373,6 +9376,11 @@ public final class Settings {
* anomaly_detection_enabled (boolean)
* wakelock_enabled (boolean)
* wakelock_threshold (long)
* wakeup_alarm_enabled (boolean)
* wakeup_alarm_threshold (long)
* wakeup_blacklisted_tags (string)
* bluetooth_scan_enabled (boolean)
* bluetooth_scan_threshold (long)
* </pre>
* @hide
*/