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

/frameworks/base/services/core/java/com/android/server/net/
H A DIpConfigStore.java216 public static SparseArray<IpConfiguration> readIpAndProxyConfigurations(String filePath) { method in class:IpConfigStore
226 return readIpAndProxyConfigurations(bufferedInputStream);
231 public static SparseArray<IpConfiguration> readIpAndProxyConfigurations( method in class:IpConfigStore
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStoreLegacy.java95 public SparseArray<IpConfiguration> readIpAndProxyConfigurations(String filePath) { method in class:WifiConfigStoreLegacy.IpConfigStoreWrapper
96 return IpConfigStore.readIpAndProxyConfigurations(filePath);
137 mIpconfigStoreWrapper.readIpAndProxyConfigurations(

Completed in 68 milliseconds