Home
last modified time | relevance | path

Searched refs:refCountCode (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java734 int reasonCode, int highThresholdPercent, int minCount, int refCountCode) { in detectAbnormalFailureReason() argument
742 refCountCode)) { in detectAbnormalFailureReason()
750 int reasonCode, int highThresholdPercent, int minCount, int refCountCode) { in isHighPercentageAndEnoughCount() argument
757 >= (highThresholdPercent * (stats.getCount(refCountCode) + 2))); in isHighPercentageAndEnoughCount()
1723 int minCount, int refCountCode) { in statsDeltaDetection() argument
1724 if (isRatioAboveThreshold(mRecentStats, mStatsPrevBuild, countCode, refCountCode) in statsDeltaDetection()
1730 if (isRatioAboveThreshold(mStatsPrevBuild, mRecentStats, countCode, refCountCode) in statsDeltaDetection()
1739 int reasonCode, int highThresholdPercent, int minCount, int refCountCode) { in recentStatsHighDetection() argument
1741 highThresholdPercent, minCount, refCountCode)) { in recentStatsHighDetection()
1750 @ConnectionCountCode int countCode, int refCountCode) { in isRatioAboveThreshold() argument
[all …]