Home
last modified time | relevance | path

Searched refs:getAsStream (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
DImapStringTest.java49 assertEquals("", Utility.fromAscii(IOUtils.toByteArray(ImapString.EMPTY.getAsStream()))); in testEmpty()
65 assertEquals("AbcD", Utility.fromAscii(IOUtils.toByteArray(s.getAsStream()))); in testBasics()
147 assertEquals(content, Utility.fromAscii(IOUtils.toByteArray(s.getAsStream()))); in doLiteralTest()
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapString.java49 @Override public InputStream getAsStream() {
92 public abstract InputStream getAsStream(); in getAsStream() method in ImapString
DImapTempFileLiteral.java73 public InputStream getAsStream() { in getAsStream() method in ImapTempFileLiteral
90 byte[] bytes = IOUtils.toByteArray(getAsStream()); in getString()
DImapSimpleString.java46 public InputStream getAsStream() { in getAsStream() method in ImapSimpleString
DImapMemoryLiteral.java63 public InputStream getAsStream() { in getAsStream() method in ImapMemoryLiteral
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
DImapString.java48 @Override public InputStream getAsStream() {
91 public abstract InputStream getAsStream(); in getAsStream() method in ImapString
DImapTempFileLiteral.java73 public InputStream getAsStream() { in getAsStream() method in ImapTempFileLiteral
90 byte[] bytes = IOUtils.toByteArray(getAsStream()); in getString()
DImapSimpleString.java48 public InputStream getAsStream() { in getAsStream() method in ImapSimpleString
DImapMemoryLiteral.java69 public InputStream getAsStream() { in getAsStream() method in ImapMemoryLiteral
/packages/apps/Email/provider_src/com/android/email/service/
DImapTempFileLiteral.java76 public InputStream getAsStream() { in getAsStream() method in ImapTempFileLiteral
93 byte[] bytes = IOUtils.toByteArray(getAsStream()); in getString()
/packages/services/Telephony/src/com/android/phone/common/mail/store/
DImapFolder.java393 InputStream bodyStream = body.getAsStream(); in fetchInternal()
398 fetchList.getKeyedStringOrEmpty("BODY[", true).getAsStream(); in fetchInternal()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapFolder.java748 InputStream bodyStream = body.getAsStream(); in fetchInternal()
753 fetchList.getKeyedStringOrEmpty("BODY[", true).getAsStream(); in fetchInternal()