OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wakeupAlarmDetectionEnabled
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicy.java
77
final boolean
wakeupAlarmDetectionEnabled
;
136
wakeupAlarmDetectionEnabled
=
157
return
wakeupAlarmDetectionEnabled
;
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicyTest.java
66
assertThat(anomalyDetectionPolicy.
wakeupAlarmDetectionEnabled
).isTrue();
88
assertThat(anomalyDetectionPolicy.
wakeupAlarmDetectionEnabled
).isFalse();
Completed in 3194 milliseconds