Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiScoreCard.java756 return ((stats.getCount(countCode) >= minCount) in isHighPercentageAndEnoughCount()
757 && ((stats.getCount(countCode) + 1) * 100) in isHighPercentageAndEnoughCount()
1738 FailureStats statsInc, int countCode, int reasonCode, in statsDeltaDetection() argument
1993 public int getCount(@ConnectionCountCode int countCode) { in getCount() argument
1994 return mCount[countCode]; in getCount()
2001 public void clearCount(@ConnectionCountCode int countCode) { in clearCount() argument
2002 mCount[countCode] = 0; in clearCount()
2010 mCount[countCode]++; in incrementCount()
2011 mRecentCountCode = countCode; in incrementCount()
2026 mCount[countCode]--; in decrementCount()
[all …]