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

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BaseCluster.java 151 public boolean passThreshold(long durationThreshold) {
153 return mDuration > durationThreshold;
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 574 long durationThreshold = Long.parseLong(durationThresholdString);
576 if (duration <= durationThreshold &&
581 if (DEBUG) Slog.v(TAG, "duration threshold: " + durationThreshold +
    [all...]

Completed in 749 milliseconds