Home
last modified time | relevance | path

Searched refs:shouldIgnoreSsidUpdate (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLastResortWatchdog.java520 public boolean shouldIgnoreSsidUpdate() { in shouldIgnoreSsidUpdate() method in WifiLastResortWatchdog
DWifiBlocklistMonitor.java998 if (mWifiLastResortWatchdog.shouldIgnoreSsidUpdate()) { in updateNetworkSelectionStatus()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBlocklistMonitorTest.java966 when(mWifiLastResortWatchdog.shouldIgnoreSsidUpdate()).thenReturn(true); in verifyConsistentWatchdogAndSsidBlocklist()
DWifiConfigManagerTest.java288 when(mWifiLastResortWatchdog.shouldIgnoreSsidUpdate()).thenReturn(false); in setUp()