Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLastResortWatchdog.java474 public boolean shouldIgnoreSsidUpdate() { in shouldIgnoreSsidUpdate() method in WifiLastResortWatchdog
DWifiConfigManager.java1673 if (mWifiInjector.getWifiLastResortWatchdog().shouldIgnoreSsidUpdate()) { in updateNetworkSelectionStatus()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java225 when(mWifiInjector.getWifiLastResortWatchdog().shouldIgnoreSsidUpdate()) in setUp()
5373 when(mWifiInjector.getWifiLastResortWatchdog().shouldIgnoreSsidUpdate()) in verifyConsistentWatchdogAndSsidBlocklist()