Searched defs:readIpAndProxyConfigurations (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetConfigStore.java41 public IpConfiguration readIpAndProxyConfigurations() { method in class:EthernetConfigStore
42 SparseArray<IpConfiguration> networks = readIpAndProxyConfigurations(ipConfigFile);
/frameworks/base/services/core/java/com/android/server/net/
H A DIpConfigStore.java170 public SparseArray<IpConfiguration> readIpAndProxyConfigurations(String filePath) { method in class:IpConfigStore
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java1868 readIpAndProxyConfigurations();
2569 private void readIpAndProxyConfigurations() { method in class:WifiConfigStore
2570 SparseArray<IpConfiguration> networks = super.readIpAndProxyConfigurations(ipConfigFile);
2573 // IpConfigStore.readIpAndProxyConfigurations has already logged an error.

Completed in 281 milliseconds