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.java571 badSum = entry.getValue().first.associationRejection in incrementWifiMetricsTriggerCounts()
576 badAssoc += (entry.getValue().first.associationRejection >= badSum / 2) ? 1 : 0; in incrementWifiMetricsTriggerCounts()
687 return failCount.associationRejection; in getFailureCount()
747 public int associationRejection = 0; field in WifiLastResortWatchdog.AvailableNetworkFailureCount
771 associationRejection++; in incrementFailureCount()
787 associationRejection = 0; in resetCounts()
796 + "Assoc: " + associationRejection in toString()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLastResortWatchdogTest.java322 .get(mBssids[net]).associationRejection); in testFailureCounting_countFailuresForSingleBssid()
374 .get(mBssids[net]).associationRejection, i + 1); in testFailureCounting_countFailuresForSingleBssidWithEphemeral()
696 .get(mBssids[net]).associationRejection); in testAvailableNetworkBuffering_doesNotAffectFailureCounts()
760 .get(mBssids[net]).associationRejection); in testAvailableNetworkBuffering_rebufferWipesCounts()
950 .get(mBssids[net]).associationRejection); in testFailureCounting_wifiIsConnectedDoesNotAffectCounting()