Searched refs:mWifiLastResortWatchdog (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiInjector.java | 115 private WifiLastResortWatchdog mWifiLastResortWatchdog; field in WifiInjector 380 mWifiLastResortWatchdog.enableVerboseLogging(verbose); in enableVerboseLogging() 468 return mWifiLastResortWatchdog; in getWifiLastResortWatchdog() 617 mWifiLastResortWatchdog = new WifiLastResortWatchdog(this, mContext, mClock, in makeWifiConnectivityManager() 624 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() 1299 if (mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(bssid)) { in updateBssidBlacklist()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConnectivityManagerTest.java | 113 when(mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(anyString())).thenReturn(false); in setUp() 141 @Mock private WifiLastResortWatchdog mWifiLastResortWatchdog; field in WifiConnectivityManagerTest 329 mWifiLastResortWatchdog, mOpenNetworkNotifier, mCarrierNetworkNotifier, in createConnectivityManager() 2333 when(mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(anyString())).thenReturn(true);
|
D | ClientModeImplTest.java | 358 @Mock WifiLastResortWatchdog mWifiLastResortWatchdog; field in ClientModeImplTest 417 when(mWifiInjector.getWifiLastResortWatchdog()).thenReturn(mWifiLastResortWatchdog); in setUp() 840 verify(mWifiLastResortWatchdog, atLeastOnce()).clearAllFailureCounts(); in startSupplicantAndDispatchMessages() 1484 verify(mWifiLastResortWatchdog, times(2)).noteConnectionFailureAndTriggerIfNeeded( in testDhcpFailure() 3012 verify(mWifiLastResortWatchdog, never()).noteConnectionFailureAndTriggerIfNeeded( in testFailureWrongPassIsIgnoredByWatchdog() 3028 verify(mWifiLastResortWatchdog).noteConnectionFailureAndTriggerIfNeeded( in testAuthenticationFailureUpdatesWatchdog() 3733 verify(mWifiLastResortWatchdog, never()).noteConnectionFailureAndTriggerIfNeeded( in testHandshakeTimeoutUpdatesWatchdog() 3742 verify(mWifiLastResortWatchdog).noteConnectionFailureAndTriggerIfNeeded( in testHandshakeTimeoutUpdatesWatchdog()
|
D | WifiServiceImplTest.java | 234 @Mock WifiLastResortWatchdog mWifiLastResortWatchdog; field in WifiServiceImplTest 377 when(mWifiInjector.getWifiLastResortWatchdog()).thenReturn(mWifiLastResortWatchdog); in setUp()
|
D | WifiConfigManagerTest.java | 133 @Mock private WifiLastResortWatchdog mWifiLastResortWatchdog; field in WifiConfigManagerTest 224 when(mWifiInjector.getWifiLastResortWatchdog()).thenReturn(mWifiLastResortWatchdog); in setUp()
|