Home
last modified time | relevance | path

Searched defs:getInputStream (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DBody.java23 public InputStream getInputStream() throws MessagingException; in getInputStream() method
DBase64Body.java35 public InputStream getInputStream() throws MessagingException { in getInputStream() method in Base64Body
DMailTransport.java299 public InputStream getInputStream() { in getInputStream() method in MailTransport
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DTextBody.java51 public InputStream getInputStream() throws MessagingException { in getInputStream() method in TextBody
DBinaryTempFileBody.java58 public InputStream getInputStream() throws MessagingException { in getInputStream() method in BinaryTempFileBody
DMimeMultipart.java106 public InputStream getInputStream() throws MessagingException { in getInputStream() method in MimeMultipart
DMimeMessage.java545 public InputStream getInputStream() throws MessagingException { in getInputStream() method in MimeMessage
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/shadows/bluetooth/
DShadowLocalSocket.java58 public InputStream getInputStream() throws IOException { in getInputStream() method in ShadowLocalSocket
DShadowBluetoothSocket.java66 public InputStream getInputStream() throws IOException { in getInputStream() method in ShadowBluetoothSocket
/packages/services/Car/obd2-lib/src/com/android/car/obd2/connections/
DBluetoothConnection.java103 public InputStream getInputStream() { in getInputStream() method in BluetoothConnection
/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
DMockObd2UnderlyingTransport.java83 public InputStream getInputStream() { in getInputStream() method in MockObd2UnderlyingTransport
/packages/apps/Gallery/src/com/android/camera/gallery/
DUriImage.java53 private InputStream getInputStream() { in getInputStream() method in UriImage
/packages/apps/Camera2/src/com/android/camera/ui/
DZoomView.java271 private InputStream getInputStream() { in getInputStream() method in ZoomView
/packages/modules/Connectivity/tests/integration/src/com/android/server/net/integrationtests/
DTestNetworkStackService.kt81 override fun getInputStream() = ByteArrayInputStream(responseBytes) in getInputStream() method in com.android.server.net.integrationtests.TestNetworkStackService
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchiveHandle.java142 protected InputStream getInputStream(@NonNull ArchiveEntry archiveEntry) in getInputStream() method in ArchiveHandle
/packages/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Connection.java46 InputStream getInputStream(); in getInputStream() method
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
DTinyPlanetFragment.java432 private InputStream getInputStream(Uri uri) { in getInputStream() method in TinyPlanetFragment
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java370 public InputStream getInputStream() throws IOException { in getInputStream() method in BluetoothSocket
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecBaseTest.java429 protected InputStream getInputStream() throws IOException { in getInputStream() method in IpSecBaseTest.AcceptedTcpFileDescriptorSocket.FileDescriptorSocketImpl