Searched refs:shouldIgnoreBssidUpdate (Results 1 – 4 of 4) sorted by relevance
849 when(mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(anyString())).thenReturn(true); in testWatchdogIsGivenChanceToTrigger()856 when(mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(anyString())).thenReturn(false); in testWatchdogIsGivenChanceToTrigger()867 when(mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(anyString())).thenReturn(true); in testUnrelatedErrorsBypassWatchdogCheck()869 verify(mWifiLastResortWatchdog, never()).shouldIgnoreBssidUpdate(anyString()); in testUnrelatedErrorsBypassWatchdogCheck()
202 when(mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(anyString())).thenReturn(false); in setUp()
510 public boolean shouldIgnoreBssidUpdate(String bssid) { in shouldIgnoreBssidUpdate() method in WifiLastResortWatchdog
388 return isWatchdogRelatedFailure && mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(bssid); in shouldWaitForWatchdogToTriggerFirst()