Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLastResortWatchdog.java486 badSum = entry.getValue().first.associationRejection in incrementWifiMetricsTriggerCounts()
491 badAssoc += (entry.getValue().first.associationRejection >= badSum / 2) ? 1 : 0; in incrementWifiMetricsTriggerCounts()
596 return failCount.associationRejection; in getFailureCount()
635 public int associationRejection = 0; field in WifiLastResortWatchdog.AvailableNetworkFailureCount
659 associationRejection++; in incrementFailureCount()
675 associationRejection = 0; in resetCounts()
684 + "Assoc: " + associationRejection in toString()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLastResortWatchdogTest.java302 .get(mBssids[net]).associationRejection); in testFailureCounting_countFailuresForSingleBssid()
354 .get(mBssids[net]).associationRejection, i + 1); in testFailureCounting_countFailuresForSingleBssidWithEphemeral()
676 .get(mBssids[net]).associationRejection); in testAvailableNetworkBuffering_doesNotAffectFailureCounts()
740 .get(mBssids[net]).associationRejection); in testAvailableNetworkBuffering_rebufferWipesCounts()
930 .get(mBssids[net]).associationRejection); in testFailureCounting_wifiIsConnectedDoesNotAffectCounting()