Home
last modified time | relevance | path

Searched refs:getInputStream (Results 1 – 25 of 60) sorted by relevance

123

/packages/apps/Email/provider_src/com/android/email/mail/transport/
DMailTransport.java135 mIn = new BufferedInputStream(mSocket.getInputStream(), 1024); in open()
170 mIn = new BufferedInputStream(mSocket.getInputStream(), 1024); in reopenTls()
279 public InputStream getInputStream() { in getInputStream() method in MailTransport
312 InputStream in = getInputStream(); in readLine()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
DTempFileBinaryBody.java81 public InputStream getInputStream() throws IOException { in getInputStream() method in TempFileBinaryBody
82 return tempFile.getInputStream(); in getInputStream()
89 IOUtils.copy(getInputStream(),out); in writeTo()
DMemoryBinaryBody.java82 public InputStream getInputStream() throws IOException { in getInputStream() method in MemoryBinaryBody
90 IOUtils.copy(getInputStream(),out); in writeTo()
DTempFileTextBody.java107 return new InputStreamReader(tempFile.getInputStream(), javaCharset); in getReader()
115 IOUtils.copy(tempFile.getInputStream(), out); in writeTo()
DBinaryBody.java41 InputStream getInputStream() throws IOException; in getInputStream() method
/packages/services/Telephony/src/com/android/phone/common/mail/
DMailTransport.java130 mIn = new BufferedInputStream(mSocket.getInputStream(), 1024); in open()
210 public InputStream getInputStream() { in getInputStream() method in MailTransport
241 InputStream in = getInputStream(); in readLine()
DBody.java23 public InputStream getInputStream() throws MessagingException; in getInputStream() method
DBase64Body.java37 public InputStream getInputStream() throws MessagingException { in getInputStream() method in Base64Body
/packages/apps/Camera2/src/com/android/camera/ui/
DZoomView.java67 InputStream isForDimensions = getInputStream(); in doInBackground()
139 InputStream is = getInputStream(); in doInBackground()
271 private InputStream getInputStream() { in getInputStream() method in ZoomView
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
DTinyPlanetFragment.java262 InputStream is = getInputStream(sourceImageUri); in createPaddedSourceImage()
269 is = getInputStream(sourceImageUri); in createPaddedSourceImage()
432 private InputStream getInputStream(Uri uri) { in getInputStream() method in TinyPlanetFragment
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
DBinaryTempFileBody.java61 public InputStream getInputStream() throws MessagingException { in getInputStream() method in BinaryTempFileBody
72 InputStream in = getInputStream(); in writeTo()
DTextBody.java55 public InputStream getInputStream() throws MessagingException { in getInputStream() method in TextBody
/packages/services/Telephony/src/com/android/phone/common/mail/internet/
DBinaryTempFileBody.java60 public InputStream getInputStream() throws MessagingException { in getInputStream() method in BinaryTempFileBody
71 InputStream in = getInputStream(); in writeTo()
DTextBody.java54 public InputStream getInputStream() throws MessagingException { in getInputStream() method in TextBody
/packages/apps/Gallery/src/com/android/camera/gallery/
DUriImage.java53 private InputStream getInputStream() { in getInputStream() method in UriImage
108 return getInputStream(); in fullSizeImageData()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DSapSocketTest.java142 … CodedInputStreamMicro in = CodedInputStreamMicro.newInstance(rilSocket.getInputStream()); in testSapServerConnectSimple()
145 InputStream rawIn = rilSocket.getInputStream(); in testSapServerConnectSimple()
DMapObexLevelTest.java132 ObexPipeTransport clientTransport = new ObexPipeTransport(clientSock.getInputStream(), in testLocalSockets()
134 ObexPipeTransport serverTransport = new ObexPipeTransport(acceptSock.getInputStream(), in testLocalSockets()
DObexTest.java173 ObexPipeTransport clientTransport = new ObexPipeTransport(clientSock.getInputStream(), in testLocalSockets()
175 ObexPipeTransport serverTransport = new ObexPipeTransport(acceptSock.getInputStream(), in testLocalSockets()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/
DBlockingHttpClientTests.java106 when(mMockHttpConnection.getInputStream()).thenReturn(new ByteArrayInputStream(response)); in testSuccess_emptyRequest()
122 when(mMockHttpConnection.getInputStream()).thenReturn(new ByteArrayInputStream(response)); in testSuccess()
/packages/apps/Messaging/src/com/android/messaging/util/
DUriUtil.java204 inputStream = new BufferedInputStream(ucon.getInputStream()); in persistContentToScratchSpace()
261 inputStream = new BufferedInputStream(ucon.getInputStream()); in persistContent()
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
DStrictModeActivity.java203 .getInputStream(); in onCreate()
218 .getInputStream(); in onCreate()
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DBody.java24 public InputStream getInputStream() throws MessagingException; in getInputStream() method
DBase64Body.java38 public InputStream getInputStream() throws MessagingException { in getInputStream() method in Base64Body
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
DTempFile.java41 InputStream getInputStream() throws IOException; in getInputStream() method
/packages/apps/Bluetooth/src/com/android/bluetooth/
DBluetoothObexTransport.java52 return mSocket.getInputStream(); in openInputStream()

123