Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/integration/signature/android/net/netlink/
DInetDiagSocketIntegrationTest.java103 private class TcpConnection extends Connection { class in InetDiagSocketIntegrationTest
104 TcpConnection(String to, String from) throws Exception { in TcpConnection() method in InetDiagSocketIntegrationTest.TcpConnection
167 TcpConnection tcp = new TcpConnection(to, from); in checkGetConnectionOwnerUid()