Home | Sort by relevance Sort by last modified time |
/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)) { |