HomeSort by relevance Sort by last modified time
    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