Searched defs:durationThreshold (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBaseCluster.java151 public boolean passThreshold(long durationThreshold) { argument
153 return mDuration > durationThreshold;

Completed in 84 milliseconds