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.java4351 final Socket testSocketV4 = new Socket(); in doTestTcpSocketKeepalivesWithExecutor() local
4359 notMyNet, testSocketV4, executor, callback)) { in doTestTcpSocketKeepalivesWithExecutor() argument
4366 myNet, testSocketV4, executor, callback)) { in doTestTcpSocketKeepalivesWithExecutor() argument
4379 testSocketV4.bind(new InetSocketAddress(myIPv4, srcPortV4)); in doTestTcpSocketKeepalivesWithExecutor()
4384 myNet, testSocketV4, executor, callback)) { in doTestTcpSocketKeepalivesWithExecutor() argument
4396 testSocketV4.close(); in doTestTcpSocketKeepalivesWithExecutor()