Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java332 requestWithStaticIpv4(localAddr, clientAddr), null /* any upstream */); in testStaticIpv4()
493 private TetheringRequest requestWithStaticIpv4(String local, String client) { in requestWithStaticIpv4() method in EthernetTetheringTest
504 enableTethering(iface, requestWithStaticIpv4(local, client), null /* any upstream */); in assertInvalidStaticIpv4Request()