Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java611 WifiConfiguration config = getInternalConfiguredNetwork(networkId); in getConfiguredNetwork()
628 WifiConfiguration config = getInternalConfiguredNetwork(configKey); in getConfiguredNetwork()
648 WifiConfiguration config = getInternalConfiguredNetwork(networkId); in getConfiguredNetworkWithPassword()
668 WifiConfiguration config = getInternalConfiguredNetwork(networkId); in getConfiguredNetworkWithoutMasking()
689 private WifiConfiguration getInternalConfiguredNetwork(WifiConfiguration config) { in getInternalConfiguredNetwork() method in WifiConfigManager
706 private WifiConfiguration getInternalConfiguredNetwork(int networkId) { in getInternalConfiguredNetwork() method in WifiConfigManager
721 private WifiConfiguration getInternalConfiguredNetwork(String configKey) { in getInternalConfiguredNetwork() method in WifiConfigManager
1121 WifiConfiguration existingInternalConfig = getInternalConfiguredNetwork(config); in addOrUpdateNetworkInternal()
1133 existingInternalConfig = getInternalConfiguredNetwork(newInternalConfig.configKey()); in addOrUpdateNetworkInternal()
1268 WifiConfiguration newConfig = getInternalConfiguredNetwork(result.getNetworkId()); in addOrUpdateNetwork()
[all …]