Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DEthernetManagerTest.kt123 private val STATIC_IP_CONFIGURATION = IpConfiguration.Builder() in <lambda>() constant
915 updateConfiguration(iface, STATIC_IP_CONFIGURATION, TEST_CAPS).expectResult(iface.name) in <lambda>()
917 cb.eventuallyExpectLpForStaticConfig(STATIC_IP_CONFIGURATION.staticIpConfiguration) in <lambda>()
926 updateConfiguration(iface, STATIC_IP_CONFIGURATION).expectResult(iface.name) in <lambda>()
927 cb.eventuallyExpectLpForStaticConfig(STATIC_IP_CONFIGURATION.staticIpConfiguration) in <lambda>()
990 updateConfiguration(iface, STATIC_IP_CONFIGURATION, TEST_CAPS).expectResult(iface.name) in <lambda>()
996 cb.eventuallyExpectLpForStaticConfig(STATIC_IP_CONFIGURATION.staticIpConfiguration) in <lambda>()
1010 updateConfiguration(iface, STATIC_IP_CONFIGURATION, TEST_CAPS).expectResult(iface.name) in <lambda>()
1015 cb.eventuallyExpectLpForStaticConfig(STATIC_IP_CONFIGURATION.staticIpConfiguration) in <lambda>()