Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java209 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy()); in testDHCPIpConfigurationWithStaticProxySerializeDeserialize()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java3937 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy(), in testAddNetworkWithProxyFails()
3959 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy(), in testAddNetworkWithProxyWithConfOverride()
3981 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy(), in testAddNetworkWithProxyAsProfileOwner()
4002 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy(), in testAddNetworkWithProxyAsDeviceOwner()
4028 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy(), in testAddNetworkWithProxyWithNetworkManagedPermission()
4052 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy(), in testUpdateNetworkAddProxyFails()
DWifiConfigurationTestUtil.java469 public static IpConfiguration createDHCPIpConfigurationWithStaticProxy() { in createDHCPIpConfigurationWithStaticProxy() method in WifiConfigurationTestUtil