HomeSort by relevance Sort by last modified time
    Searched refs:wakeupAlarmThreshold (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicy.java 101 public final long wakeupAlarmThreshold;
142 wakeupAlarmThreshold = mParser.getLong(KEY_WAKEUP_ALARM_THRESHOLD, 10);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/
AnomalyDetectionPolicyTest.java 67 assertThat(anomalyDetectionPolicy.wakeupAlarmThreshold).isEqualTo(100);
89 assertThat(anomalyDetectionPolicy.wakeupAlarmThreshold).isEqualTo(10);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/checker/
WakeupAlarmAnomalyDetector.java 63 mWakeupAlarmThreshold = policy.wakeupAlarmThreshold;

Completed in 296 milliseconds