/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/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
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
|
/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/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/shadows/bluetooth/ |
D | ShadowBluetoothSocket.java | 72 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in ShadowBluetoothSocket 74 return socket.getOutputStream(); in getOutputStream()
|
D | ShadowLocalSocket.java | 73 public OutputStream getOutputStream() throws IOException {
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothSocket.java | 260 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/ |
D | BlockingHttpClientTests.java | 97 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/ |
D | L2cap.kt | 94 connectionOutStreamMap[connection] = bluetoothSocket.getOutputStream()!! in acceptL2CAPChannel() 126 connectionOutStreamMap[connection] = bluetoothSocket.getOutputStream()!! in createLECreditBasedChannel()
|
/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/ |
D | ServerInterface.java | 75 try (OutputStream os = con.getOutputStream()) { in requestSignedCertificates() 149 try (OutputStream os = con.getOutputStream()) { in fetchGeek()
|
D | WidevineProvisioner.java | 169 try (OutputStream os = con.getOutputStream()) { in sendNetworkRequest()
|
/packages/services/Car/obd2-lib/src/com/android/car/obd2/ |
D | Obd2Connection.java | 48 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/ |
D | MockObd2UnderlyingTransport.java | 88 public OutputStream getOutputStream() { in getOutputStream() method in MockObd2UnderlyingTransport
|
/packages/modules/Connectivity/tests/cts/netpermission/updatestatspermission/src/android/net/cts/network/permission/ |
D | UpdateStatsPermissionTest.java | 64 OutputStream out = socket.getOutputStream(); in testUpdateDeviceStatsPermission()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/ |
D | BlockingHttpClient.java | 74 OutputStream out = new BufferedOutputStream(mConnection.getOutputStream()); in execute()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/ |
D | BinaryTempFileBody.java | 51 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in BinaryTempFileBody
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/ |
D | BluetoothObexTransport.java | 77 return mSocket.getOutputStream(); in openOutputStream()
|
/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/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/ |
D | BluetoothRfcommConnector.java | 146 IOUtils.write(mSocket.getOutputStream(), data);
|
D | BluetoothRfcommAcceptor.java | 163 IOUtils.write(mSocket.getOutputStream(), data);
|
/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/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/ |
D | HdHomeRunControlSocket.java | 176 OutputStream out = mSocket.getOutputStream(); in send()
|