Searched refs:shouldEnableNetwork (Results 1 – 4 of 4) sorted by relevance
1704 assertFalse(mWifiBlocklistMonitor.shouldEnableNetwork(config)); in verifyNetworkIsEnabledAfter()1709 assertTrue(mWifiBlocklistMonitor.shouldEnableNetwork(config)); in verifyNetworkIsEnabledAfter()
1631 when(mWifiBlocklistMonitor.shouldEnableNetwork(any())).thenReturn(true); in testTryEnableNetwork()
1269 public boolean shouldEnableNetwork(WifiConfiguration config) { in shouldEnableNetwork() method in WifiBlocklistMonitor
2266 if (mWifiBlocklistMonitor.shouldEnableNetwork(config)) { in tryEnableNetwork()