HomeSort by relevance Sort by last modified time
    Searched full:thresholdmin (Results 1 - 1 of 1) sorted by null

  /cts/common/util/src/com/android/compatibility/common/util/
Stat.java 90 double thresholdMin = median * (1.0 - rejectionThreshold);
96 if ((data[i] > thresholdMin) && (data[i] < thresholdMax)) {

Completed in 51 milliseconds