Searched refs:testSocket (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 4178 final UdpEncapsulationSocket testSocket = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesWithExecutor() local 4179 final int srcPort = testSocket.getPort(); in doTestNattSocketKeepalivesWithExecutor() 4196 notMyNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 4203 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 4210 myNet, testSocket, myIPv4, dstIPv6, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 4217 myNet, testSocket, myIPv6, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 4224 myNet, testSocket, myIPv6, dstIPv6, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 4231 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 4239 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument 4266 myNet, testSocket, myIPv4, dstIPv4, executor, callback)) { in doTestNattSocketKeepalivesWithExecutor() argument [all …]
|