Home
last modified time | relevance | path

Searched refs:getOutputStream (Results 1 – 25 of 34) sorted by relevance

12

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DLocalSocketTest.java72 OutputStream clientOutStream = clientSocket.getOutputStream(); in testLocalConnections()
78 OutputStream serverOutStream = serverSocket.getOutputStream(); in testLocalConnections()
248 clientSocket.getOutputStream().write(toWrite); in testSetSoTimeout_writeTimeout()
272 OutputStream clientOutputStream = clientSocket.getOutputStream(); in testAvailable()
281 OutputStream serverOutputStream = serverSocket.getOutputStream(); in testAvailable()
310 clientSocketCreatedFromFileDescriptor.getOutputStream(); in testLocalSocketCreatedFromFileDescriptor()
333 OutputStream clientOutputStream = clientSocket.getOutputStream(); in testFlush()
337 OutputStream serverOutputStream = serverSocket.getOutputStream(); in testFlush()
DLocalServerSocketTest.java45 OutputStream clientOutStream = clientSocket.getOutputStream(); in testLocalServerSocket()
51 OutputStream serverOutStream = serverSocket.getOutputStream(); in testLocalServerSocket()
DSSLCertificateSocketFactoryTest.java334 assertNotNull(socket.getOutputStream()); in assertConnectedSocket()
DIpSecBaseTest.java343 mSocket.getOutputStream().write(data); in send()
434 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in IpSecBaseTest.AcceptedTcpFileDescriptorSocket.FileDescriptorSocketImpl
DTrafficStatsTest.java131 final OutputStream out = socket.getOutputStream(); in testTrafficStatsForLocalhost()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DMailTransport.java144 out = new BufferedOutputStream(socket.getOutputStream(), 512); in open()
217 out = new BufferedOutputStream(socket.getOutputStream(), 512); in reopenTls()
303 public OutputStream getOutputStream() { in getOutputStream() method in MailTransport
315 OutputStream out = getOutputStream(); in writeLine()
/packages/services/Car/obd2-lib/src/com/android/car/obd2/connections/
DBluetoothConnection.java115 public OutputStream getOutputStream() { in getOutputStream() method in BluetoothConnection
118 return mSocket.getOutputStream(); in getOutputStream()
/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
DServerInterface.java69 try (OutputStream os = con.getOutputStream()) { in requestSignedCertificates()
120 try (OutputStream os = con.getOutputStream()) { in fetchGeek()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/
DBlockingHttpClientTests.java97 when(mMockHttpConnection.getOutputStream()).thenReturn(mockOutputStream); in testError_forbiddenWithRequest()
131 when(mMockHttpConnection.getOutputStream()).thenReturn(mockOutputStream); in testSuccess()
/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Connection.java47 OutputStream getOutputStream(); in getOutputStream() method
121 OutputStream out = Objects.requireNonNull(mConnection.getOutputStream()); in runImpl()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapObexTransport.java60 return mSocket.getOutputStream(); in openOutputStream()
/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
DMockObd2UnderlyingTransport.java88 public OutputStream getOutputStream() { in getOutputStream() method in MockObd2UnderlyingTransport
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
DBlockingHttpClient.java74 OutputStream out = new BufferedOutputStream(mConnection.getOutputStream()); in execute()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DBluetoothObexTransport.java75 return mSocket.getOutputStream(); in openOutputStream()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DBinaryTempFileBody.java51 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in BinaryTempFileBody
DMimeUtility.java331 OutputStream out = tempBody.getOutputStream(); in decodeBody()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnection.java107 return mConnection.getOutputStream(); in openOutputStream()
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/javatests/com/android/libraries/rcs/simpleclient/protocol/msrp/
DMsrpSessionTest.java60 when(socket.getOutputStream()).thenReturn(new PipedOutputStream(input)); in setUp()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DJavaNetHttpHelper.java115 OutputStreamWriter writer = new OutputStreamWriter(c.getOutputStream()); in post()
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunControlSocket.java176 OutputStream out = mSocket.getOutputStream(); in send()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnectionTest.java161 when(mHttpsURLConnection.getOutputStream()).thenReturn(testOutputStream); in verifyOpenOutputStream()
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/msrp/
DMsrpSession.java80 this.output = socket.getOutputStream(); in MsrpSession()
/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DDeployAgent.java321 OutputStream sessionOutputStream = p.getOutputStream(); in writePatchedDataToSession()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DHttp.java134 outputStream = connection.getOutputStream(); in getOrPost()
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java477 writeAndCheckData(client.getOutputStream(), server.getInputStream(), data); in checkTcpReflection()
478 writeAndCheckData(server.getOutputStream(), client.getInputStream(), data); in checkTcpReflection()

12