Home
last modified time | relevance | path

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

/cts/tests/net/src/android/net/cts/
DLocalSocketTest.java72 LocalSocket clientSocket = new LocalSocket(); in testLocalConnections() local
76 assertFalse(clientSocket.isConnected()); in testLocalConnections()
77 clientSocket.connect(locSockAddr); in testLocalConnections()
78 assertTrue(clientSocket.isConnected()); in testLocalConnections()
90 Credentials credent = clientSocket.getPeerCredentials(); in testLocalConnections()
94 OutputStream clientOutStream = clientSocket.getOutputStream(); in testLocalConnections()
102 InputStream clientInStream = clientSocket.getInputStream(); in testLocalConnections()
106 clientSocket.setFileDescriptorsForSend(new FileDescriptor[]{FileDescriptor.in}); in testLocalConnections()
112 FileDescriptor fd = clientSocket.getFileDescriptor(); in testLocalConnections()
116 clientSocket.shutdownInput(); in testLocalConnections()
[all …]