Searched refs:readIpAndProxyConfigurations (Results 1 - 4 of 4) sorted by relevance

/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(
H A DWifiBackupRestore.java365 IpConfigStore.readIpAndProxyConfigurations(
/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/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreLegacyTest.java143 when(mIpconfigStoreWrapper.readIpAndProxyConfigurations(anyString()))
188 when(mIpconfigStoreWrapper.readIpAndProxyConfigurations(anyString()))

Completed in 87 milliseconds