Searched refs:getRemoteSocketAddress (Results 1 – 7 of 7) sorted by relevance
69 assertTrue(sockInfo.getRemoteSocketAddress() in testConstructWithSock()70 .equals((InetSocketAddress) socket.getRemoteSocketAddress())); in testConstructWithSock()74 assertTrue(sockInfo6.getRemoteSocketAddress() in testConstructWithSock()75 .equals((InetSocketAddress) socket6.getRemoteSocketAddress())); in testConstructWithSock()101 assertTrue(sockInfo.getRemoteSocketAddress() in testConstructWithDatagramSock()102 .equals((InetSocketAddress) socket.getRemoteSocketAddress())); in testConstructWithDatagramSock()106 assertTrue(sockInfo6.getRemoteSocketAddress() in testConstructWithDatagramSock()107 .equals((InetSocketAddress) socket6.getRemoteSocketAddress())); in testConstructWithDatagramSock()
101 if (mQosSocketInfo.getRemoteSocketAddress() != null) { in validate()107 if (!da.equals(mQosSocketInfo.getRemoteSocketAddress())) { in validate()195 if (mQosSocketInfo.getRemoteSocketAddress() == null) { in matchesRemoteAddress()198 return matchesAddress(mQosSocketInfo.getRemoteSocketAddress(), address, startPort, in matchesRemoteAddress()
103 public InetSocketAddress getRemoteSocketAddress() { in getRemoteSocketAddress() method in QosSocketInfo135 mRemoteSocketAddress = (InetSocketAddress) socket.getRemoteSocketAddress(); in QosSocketInfo()159 mRemoteSocketAddress = (InetSocketAddress) socket.getRemoteSocketAddress(); in QosSocketInfo()
335 assertTrue(mTestSocketAddresses.contains(socket.getRemoteSocketAddress())); in assertConnectedSocket()
442 + clientSocket.getRemoteSocketAddress()); in start()
619 server.getRemoteSocketAddress()); in checkTcpReflection()622 client.getRemoteSocketAddress()); in checkTcpReflection()
461 method @Nullable public java.net.InetSocketAddress getRemoteSocketAddress();