Merge "Refactor anomaly detection"

This commit is contained in:
TreeHugger Robot
2017-06-06 19:44:18 +00:00
committed by Android (Google) Code Review
11 changed files with 254 additions and 37 deletions

View File

@@ -90,6 +90,7 @@ public interface PowerUsageFeatureProvider {
/**
* Check whether a specific anomaly detector is enabled
*/
//TODO(b/62096650): remove this method and use AnomalyDetectionPolicy instead
boolean isAnomalyDetectorEnabled(@Anomaly.AnomalyType int type);
/**