Home
last modified time | relevance | path

Searched defs:myIPv6 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4027 InetAddress myIPv6 = InetAddress.getByName("2001:db8::1"); in testPacketKeepalives() local
4162 final InetAddress myIPv6 = InetAddress.getByName("2001:db8::1"); in doTestNattSocketKeepalivesWithExecutor() local
4209 myNet, testSocket, myIPv6, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
4216 myNet, testSocket, myIPv6, dstIPv6, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
4337 final InetAddress myIPv6 = InetAddress.getByName("::1"); in doTestTcpSocketKeepalivesWithExecutor() local