OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEY_ANOMALY_DETECTION_ENABLED
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicy.java
39
static final String
KEY_ANOMALY_DETECTION_ENABLED
= "anomaly_detection_enabled";
59
* @see #
KEY_ANOMALY_DETECTION_ENABLED
133
mParser.getBoolean(
KEY_ANOMALY_DETECTION_ENABLED
, false);
/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/utils/
AnomalyPolicyBuilder.java
28
public static final String
KEY_ANOMALY_DETECTION_ENABLED
= "anomaly_detection_enabled";
/packages/apps/Settings/tests/anomaly-tester/src/com/android/settings/anomaly/tester/
AnomalyActivity.java
54
.addPolicy(AnomalyPolicyBuilder.
KEY_ANOMALY_DETECTION_ENABLED
, true)
81
.addPolicy(AnomalyPolicyBuilder.
KEY_ANOMALY_DETECTION_ENABLED
, true)
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicyTest.java
126
.getBoolean(AnomalyDetectionPolicy.
KEY_ANOMALY_DETECTION_ENABLED
, false);
Completed in 631 milliseconds