Home
last modified time | relevance | path

Searched refs:shouldIgnoreBssidUpdate (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLastResortWatchdog.java384 public boolean shouldIgnoreBssidUpdate(String bssid) { in shouldIgnoreBssidUpdate() method in WifiLastResortWatchdog
DWifiConnectivityManager.java1296 if (mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(bssid)) { in updateBssidBlacklist()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java109 when(mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(anyString())).thenReturn(false); in setUp()
2328 when(mWifiLastResortWatchdog.shouldIgnoreBssidUpdate(anyString())).thenReturn(true);