Searched refs:shouldIgnoreBssidUpdate (Results 1 – 3 of 3) sorted by relevance
463 public boolean shouldIgnoreBssidUpdate(String bssid) { in shouldIgnoreBssidUpdate() method in WifiLastResortWatchdog
1299 if (mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(bssid)) { in updateBssidBlacklist()
113 when(mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(anyString())).thenReturn(false); in setUp()2333 when(mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(anyString())).thenReturn(true);