/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | LocalSocketTest.java | 72 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()
|
D | LocalServerSocketTest.java | 45 OutputStream clientOutStream = clientSocket.getOutputStream(); in testLocalServerSocket() 51 OutputStream serverOutStream = serverSocket.getOutputStream(); in testLocalServerSocket()
|
D | SSLCertificateSocketFactoryTest.java | 334 assertNotNull(socket.getOutputStream()); in assertConnectedSocket()
|
D | IpSecBaseTest.java | 343 mSocket.getOutputStream().write(data); in send() 434 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in IpSecBaseTest.AcceptedTcpFileDescriptorSocket.FileDescriptorSocketImpl
|
D | TrafficStatsTest.java | 131 final OutputStream out = socket.getOutputStream(); in testTrafficStatsForLocalhost()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
D | MailTransport.java | 144 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/ |
D | BluetoothConnection.java | 115 public OutputStream getOutputStream() { in getOutputStream() method in BluetoothConnection 118 return mSocket.getOutputStream(); in getOutputStream()
|
/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/ |
D | ServerInterface.java | 69 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/ |
D | BlockingHttpClientTests.java | 97 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/ |
D | Obd2Connection.java | 47 OutputStream getOutputStream(); in getOutputStream() method 121 OutputStream out = Objects.requireNonNull(mConnection.getOutputStream()); in runImpl()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapObexTransport.java | 60 return mSocket.getOutputStream(); in openOutputStream()
|
/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/ |
D | MockObd2UnderlyingTransport.java | 88 public OutputStream getOutputStream() { in getOutputStream() method in MockObd2UnderlyingTransport
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/ |
D | BlockingHttpClient.java | 74 OutputStream out = new BufferedOutputStream(mConnection.getOutputStream()); in execute()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | BluetoothObexTransport.java | 75 return mSocket.getOutputStream(); in openOutputStream()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/ |
D | BinaryTempFileBody.java | 51 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in BinaryTempFileBody
|
D | MimeUtility.java | 331 OutputStream out = tempBody.getOutputStream(); in decodeBody()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/ |
D | HttpsServiceConnection.java | 107 return mConnection.getOutputStream(); in openOutputStream()
|
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/javatests/com/android/libraries/rcs/simpleclient/protocol/msrp/ |
D | MsrpSessionTest.java | 60 when(socket.getOutputStream()).thenReturn(new PipedOutputStream(input)); in setUp()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | JavaNetHttpHelper.java | 115 OutputStreamWriter writer = new OutputStreamWriter(c.getOutputStream()); in post()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/ |
D | HdHomeRunControlSocket.java | 176 OutputStream out = mSocket.getOutputStream(); in send()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/ |
D | HttpsServiceConnectionTest.java | 161 when(mHttpsURLConnection.getOutputStream()).thenReturn(testOutputStream); in verifyOpenOutputStream()
|
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/msrp/ |
D | MsrpSession.java | 80 this.output = socket.getOutputStream(); in MsrpSession()
|
/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
D | DeployAgent.java | 321 OutputStream sessionOutputStream = p.getOutputStream(); in writePatchedDataToSession()
|
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/ |
D | Http.java | 134 outputStream = connection.getOutputStream(); in getOrPost()
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 477 writeAndCheckData(client.getOutputStream(), server.getInputStream(), data); in checkTcpReflection() 478 writeAndCheckData(server.getOutputStream(), client.getInputStream(), data); in checkTcpReflection()
|