Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java217 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy()); in testDHCPIpConfigurationWithStaticProxySerializeDeserialize()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java4334 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy(), in testAddNetworkWithProxyFails()
4356 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy(), in testAddNetworkWithProxyWithConfOverride()
4378 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy(), in testAddNetworkWithProxyAsProfileOwner()
4399 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy(), in testAddNetworkWithProxyAsDeviceOwner()
4425 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy(), in testAddNetworkWithProxyWithNetworkManagedPermission()
4449 WifiConfigurationTestUtil.createDHCPIpConfigurationWithStaticProxy(), in testUpdateNetworkAddProxyFails()
DWifiConfigurationTestUtil.java562 public static IpConfiguration createDHCPIpConfigurationWithStaticProxy() { in createDHCPIpConfigurationWithStaticProxy() method in WifiConfigurationTestUtil