Searched refs:tryEnableNetwork (Results 1 – 7 of 7) sorted by relevance
144 && !mWifiConfigManager.tryEnableNetwork(wCmConfiguredNetwork.networkId)) { in addOrUpdateSuggestionToWifiConfigManger()248 && !mWifiConfigManager.tryEnableNetwork(wCmConfiguredNetwork.networkId)) { in findMatchedSuggestionNetworks()
579 mWifiConfigManager.tryEnableNetwork(network.networkId); in updateConfiguredNetworks()
1880 public boolean tryEnableNetwork(int networkId) { in tryEnableNetwork() method in WifiConfigManager
203 || mWifiConfigManager.tryEnableNetwork(existingNetwork.networkId))) { in createWifiConfigForProvider()
681 verify(mWifiConfigManager).tryEnableNetwork(eq( in testSelectNetworkSuggestionForOneMatchForExistingNetworkButTempDisabled()737 when(mWifiConfigManager.tryEnableNetwork(suggestions[0].wns.wifiConfiguration.networkId)) in testSelectNetworkSuggestionForOneMatchForExistingNetworkButTempDisableExpired()753 verify(mWifiConfigManager).tryEnableNetwork(eq( in testSelectNetworkSuggestionForOneMatchForExistingNetworkButTempDisableExpired()
660 verify(mWifiConfigManager, times(savedConfigs.length)).tryEnableNetwork(anyInt()); in updateConfiguredNetworks()
1405 assertTrue(mWifiConfigManager.tryEnableNetwork(result.getNetworkId())); in testTryEnableNetwork()