Home
last modified time | relevance | path

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

12

/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/modules/Connectivity/tests/cts/net/src/android/net/cts/
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
/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/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/shadows/bluetooth/
DShadowBluetoothSocket.java72 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in ShadowBluetoothSocket
74 return socket.getOutputStream(); in getOutputStream()
DShadowLocalSocket.java73 public OutputStream getOutputStream() throws IOException {
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java260 bluetoothSocket.mSocketOS = bluetoothSocket.mSocket.getOutputStream(); in createSocketFromOpenFd()
298 as.mSocketOS = as.mSocket.getOutputStream(); in acceptSocket()
383 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in BluetoothSocket
440 mSocketOS = mSocket.getOutputStream(); in connect()
506 mSocketOS = mSocket.getOutputStream(); in bindListen()
/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/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DL2cap.kt94 connectionOutStreamMap[connection] = bluetoothSocket.getOutputStream()!! in acceptL2CAPChannel()
126 connectionOutStreamMap[connection] = bluetoothSocket.getOutputStream()!! in createLECreditBasedChannel()
/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
DServerInterface.java75 try (OutputStream os = con.getOutputStream()) { in requestSignedCertificates()
149 try (OutputStream os = con.getOutputStream()) { in fetchGeek()
DWidevineProvisioner.java169 try (OutputStream os = con.getOutputStream()) { in sendNetworkRequest()
/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Connection.java48 OutputStream getOutputStream(); in getOutputStream() method
123 try (OutputStream out = Objects.requireNonNull(mConnection.getOutputStream())) { in runImpl()
/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
DMockObd2UnderlyingTransport.java88 public OutputStream getOutputStream() { in getOutputStream() method in MockObd2UnderlyingTransport
/packages/modules/Connectivity/tests/cts/netpermission/updatestatspermission/src/android/net/cts/network/permission/
DUpdateStatsPermissionTest.java64 OutputStream out = socket.getOutputStream(); in testUpdateDeviceStatsPermission()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
DBlockingHttpClient.java74 OutputStream out = new BufferedOutputStream(mConnection.getOutputStream()); in execute()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DBinaryTempFileBody.java51 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in BinaryTempFileBody
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothObexTransport.java77 return mSocket.getOutputStream(); in openOutputStream()
/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/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBluetoothRfcommConnector.java146 IOUtils.write(mSocket.getOutputStream(), data);
DBluetoothRfcommAcceptor.java163 IOUtils.write(mSocket.getOutputStream(), data);
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnectionTest.java161 when(mHttpsURLConnection.getOutputStream()).thenReturn(testOutputStream); in verifyOpenOutputStream()
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunControlSocket.java176 OutputStream out = mSocket.getOutputStream(); in send()

12