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.java4035 InetAddress myIPv6 = InetAddress.getByName("2001:db8::1"); in testPacketKeepalives() local
4170 final InetAddress myIPv6 = InetAddress.getByName("2001:db8::1"); in doTestNattSocketKeepalivesWithExecutor() local
4217 myNet, testSocket, myIPv6, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
4224 myNet, testSocket, myIPv6, dstIPv6, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument
4345 final InetAddress myIPv6 = InetAddress.getByName("::1"); in doTestTcpSocketKeepalivesWithExecutor() local