Searched refs:tryEnableNetwork (Results 1 – 9 of 9) sorted by relevance
131 && !mWifiConfigManager.tryEnableNetwork(existingNetwork.networkId)) { in evaluateNetworks()
111 && !mWifiConfigManager.tryEnableNetwork(wCmConfiguredNetwork.networkId)) { in evaluateNetworks()
1757 private boolean tryEnableNetwork(WifiConfiguration config) { in tryEnableNetwork() method in WifiConfigManager1786 public boolean tryEnableNetwork(int networkId) { in tryEnableNetwork() method in WifiConfigManager1791 return tryEnableNetwork(config); in tryEnableNetwork()
612 mWifiConfigManager.tryEnableNetwork(network.networkId); in updateConfiguredNetworks()
563 verify(mWifiConfigManager).tryEnableNetwork(eq( in testSelectNetworkSuggestionForOneMatchForExistingNetworkButTempDisabled()606 when(mWifiConfigManager.tryEnableNetwork(suggestions[0].wifiConfiguration.networkId)) in testSelectNetworkSuggestionForOneMatchForExistingNetworkButTempDisableExpired()625 verify(mWifiConfigManager).tryEnableNetwork(eq( in testSelectNetworkSuggestionForOneMatchForExistingNetworkButTempDisableExpired()
379 when(mWifiConfigManager.tryEnableNetwork(CARRIER1_NET_ID)) in testAvailableButBlacklisted()
575 verify(mWifiConfigManager, times(savedConfigs.length)).tryEnableNetwork(anyInt()); in updateConfiguredNetworks()
1170 assertFalse(mWifiConfigManager.tryEnableNetwork(result.getNetworkId())); in testTryEnableNetwork()1183 assertTrue(mWifiConfigManager.tryEnableNetwork(result.getNetworkId())); in testTryEnableNetwork()
235 && !mWifiConfigManager.tryEnableNetwork(existingNetwork.networkId)) { in createWifiConfigForProvider()