Searched refs:mWifiLastResortWatchdog (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiInjector.java | 113 private WifiLastResortWatchdog mWifiLastResortWatchdog; field in WifiInjector 371 mWifiLastResortWatchdog.enableVerboseLogging(verbose); in enableVerboseLogging() 459 return mWifiLastResortWatchdog; in getWifiLastResortWatchdog() 608 mWifiLastResortWatchdog = new WifiLastResortWatchdog(this, mClock, in makeWifiConnectivityManager() 614 mWifiLastResortWatchdog, mOpenNetworkNotifier, mCarrierNetworkNotifier, in makeWifiConnectivityManager()
|
D | WifiConnectivityManager.java | 144 private final WifiLastResortWatchdog mWifiLastResortWatchdog; field in WifiConnectivityManager 281 mWifiLastResortWatchdog.updateAvailableNetworks( in handleScanResults() 605 mWifiLastResortWatchdog = wifiLastResortWatchdog; in WifiConnectivityManager() 1296 if (mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(bssid)) { in updateBssidBlacklist()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConnectivityManagerTest.java | 109 when(mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(anyString())).thenReturn(false); in setUp() 137 @Mock private WifiLastResortWatchdog mWifiLastResortWatchdog; field in WifiConnectivityManagerTest 324 mWifiLastResortWatchdog, mOpenNetworkNotifier, mCarrierNetworkNotifier, in createConnectivityManager() 2328 when(mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(anyString())).thenReturn(true);
|
D | ClientModeImplTest.java | 351 @Mock WifiLastResortWatchdog mWifiLastResortWatchdog; field in ClientModeImplTest 410 when(mWifiInjector.getWifiLastResortWatchdog()).thenReturn(mWifiLastResortWatchdog); in setUp() 829 verify(mWifiLastResortWatchdog, atLeastOnce()).clearAllFailureCounts(); in startSupplicantAndDispatchMessages() 1364 verify(mWifiLastResortWatchdog, times(2)).noteConnectionFailureAndTriggerIfNeeded( in testDhcpFailure() 2823 verify(mWifiLastResortWatchdog, never()).noteConnectionFailureAndTriggerIfNeeded( in testFailureWrongPassIsIgnoredByWatchdog() 2839 verify(mWifiLastResortWatchdog).noteConnectionFailureAndTriggerIfNeeded( in testAuthenticationFailureUpdatesWatchdog() 3528 verify(mWifiLastResortWatchdog, never()).noteConnectionFailureAndTriggerIfNeeded( in testHandshakeTimeoutUpdatesWatchdog() 3537 verify(mWifiLastResortWatchdog).noteConnectionFailureAndTriggerIfNeeded( in testHandshakeTimeoutUpdatesWatchdog()
|
D | WifiServiceImplTest.java | 228 @Mock WifiLastResortWatchdog mWifiLastResortWatchdog; field in WifiServiceImplTest 370 when(mWifiInjector.getWifiLastResortWatchdog()).thenReturn(mWifiLastResortWatchdog); in setUp()
|
D | WifiConfigManagerTest.java | 130 @Mock private WifiLastResortWatchdog mWifiLastResortWatchdog; field in WifiConfigManagerTest 214 when(mWifiInjector.getWifiLastResortWatchdog()).thenReturn(mWifiLastResortWatchdog); in setUp()
|