Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4359 final Socket testSocketV4 = new Socket(); in doTestTcpSocketKeepalivesWithExecutor() local
4367 notMyNet, testSocketV4, executor, callback)) { in doTestTcpSocketKeepalivesWithExecutor() argument
4374 myNet, testSocketV4, executor, callback)) { in doTestTcpSocketKeepalivesWithExecutor() argument
4387 testSocketV4.bind(new InetSocketAddress(myIPv4, srcPortV4)); in doTestTcpSocketKeepalivesWithExecutor()
4392 myNet, testSocketV4, executor, callback)) { in doTestTcpSocketKeepalivesWithExecutor() argument
4404 testSocketV4.close(); in doTestTcpSocketKeepalivesWithExecutor()