Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiLastResortWatchdogTest.java335 mLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded(mSsids[net], mBssids[net], in testFailureCounting_countFailuresForSingleBssid()
342 mLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded(mSsids[net], mBssids[net], in testFailureCounting_countFailuresForSingleBssid()
349 mLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded(mSsids[net], mBssids[net], in testFailureCounting_countFailuresForSingleBssid()
387 mLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded(mSsids[net], mBssids[net], in testFailureCounting_countFailuresForSingleBssidWithEphemeral()
394 mLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded(mSsids[net], mBssids[net], in testFailureCounting_countFailuresForSingleBssidWithEphemeral()
401 mLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded(mSsids[net], mBssids[net], in testFailureCounting_countFailuresForSingleBssidWithEphemeral()
437 mLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded(badSsid, mBssids[net], in testFailureCounting_countFailuresForSingleBssidWrongSsid()
442 mLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded(badSsid, mBssids[net], in testFailureCounting_countFailuresForSingleBssidWrongSsid()
447 mLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded(badSsid, mBssids[net], in testFailureCounting_countFailuresForSingleBssidWrongSsid()
481 mLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded(mSsids[net], badBssid, in testFailureCounting_countFailuresForNonexistentBssid()
[all …]
DClientModeImplTest.java2769 verify(mWifiLastResortWatchdog, times(2)).noteConnectionFailureAndTriggerIfNeeded( in testDhcpFailure()
4993 verify(mWifiLastResortWatchdog, never()).noteConnectionFailureAndTriggerIfNeeded( in testAssociationRejectionWithReasonApUnableToHandleNewStaUpdatesWatchdog()
5014 verify(mWifiLastResortWatchdog, never()).noteConnectionFailureAndTriggerIfNeeded( in testAssociationRejectionWithReasonDeniedInsufficientBandwidth()
5035 verify(mWifiLastResortWatchdog).noteConnectionFailureAndTriggerIfNeeded( in testAssociationRejectionUpdatesWatchdog()
5063 verify(mWifiLastResortWatchdog, never()).noteConnectionFailureAndTriggerIfNeeded( in testAssociationRejectionForRole()
5071 verify(mWifiLastResortWatchdog).noteConnectionFailureAndTriggerIfNeeded( in testAssociationRejectionForRole()
5103 verify(mWifiLastResortWatchdog, never()).noteConnectionFailureAndTriggerIfNeeded( in testFailureWrongPassIsIgnoredByWatchdog()
5126 verify(mWifiLastResortWatchdog, never()).noteConnectionFailureAndTriggerIfNeeded( in testEapFailureIsIgnoredByWatchdog()
5148 verify(mWifiLastResortWatchdog).noteConnectionFailureAndTriggerIfNeeded( in testAuthenticationFailureUpdatesWatchdog()
6410 verify(mWifiLastResortWatchdog, never()).noteConnectionFailureAndTriggerIfNeeded( in testHandshakeTimeoutUpdatesWatchdog()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLastResortWatchdog.java336 public boolean noteConnectionFailureAndTriggerIfNeeded(String ssid, String bssid, int reason, in noteConnectionFailureAndTriggerIfNeeded() method in WifiLastResortWatchdog
DClientModeImpl.java5904 mWifiLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded( in processMessageImpl()
6186 mWifiLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded( in processMessageImpl()
6288 mWifiLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded( in processMessageImpl()
6552 mWifiLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded( in processMessageImpl()
6585 mWifiLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded( in processMessageImpl()
7081 mWifiLastResortWatchdog.noteConnectionFailureAndTriggerIfNeeded( in processMessageImpl()