Searched refs:readIpAndProxyConfigurations (Results 1 - 5 of 5) 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);
H A DEthernetServiceImpl.java64 mIpConfiguration = mEthernetConfigStore.readIpAndProxyConfigurations();
/frameworks/base/services/core/java/com/android/server/net/
H A DIpConfigStore.java178 public static SparseArray<IpConfiguration> readIpAndProxyConfigurations(String filePath) { method in class:IpConfigStore
188 return readIpAndProxyConfigurations(bufferedInputStream);
191 public static SparseArray<IpConfiguration> readIpAndProxyConfigurations( method in class:IpConfigStore
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStoreLegacy.java125 mIpconfigStore.readIpAndProxyConfigurations(IP_CONFIG_FILE.getAbsolutePath());
H A DWifiBackupRestore.java407 IpConfigStore.readIpAndProxyConfigurations(

Completed in 5582 milliseconds