Searched refs:highThresholdPercent (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiScoreCard.java | 734 int reasonCode, int highThresholdPercent, int minCount, int refCountCode) { in detectAbnormalFailureReason() argument 740 highThresholdPercent * thresholdRatio, in detectAbnormalFailureReason() 750 int reasonCode, int highThresholdPercent, int minCount, int refCountCode) { in isHighPercentageAndEnoughCount() argument 751 highThresholdPercent = Math.min(highThresholdPercent, 100); in isHighPercentageAndEnoughCount() 757 >= (highThresholdPercent * (stats.getCount(refCountCode) + 2))); in isHighPercentageAndEnoughCount() 1739 int reasonCode, int highThresholdPercent, int minCount, int refCountCode) { in recentStatsHighDetection() argument 1741 highThresholdPercent, minCount, refCountCode)) { in recentStatsHighDetection()
|