Searched refs:countCode (Results 1 – 1 of 1) sorted by relevance
756 return ((stats.getCount(countCode) >= minCount) in isHighPercentageAndEnoughCount()757 && ((stats.getCount(countCode) + 1) * 100) in isHighPercentageAndEnoughCount()1738 FailureStats statsInc, int countCode, int reasonCode, in statsDeltaDetection() argument1993 public int getCount(@ConnectionCountCode int countCode) { in getCount() argument1994 return mCount[countCode]; in getCount()2001 public void clearCount(@ConnectionCountCode int countCode) { in clearCount() argument2002 mCount[countCode] = 0; in clearCount()2010 mCount[countCode]++; in incrementCount()2011 mRecentCountCode = countCode; in incrementCount()2026 mCount[countCode]--; in decrementCount()[all …]