Searched refs:ImapTempFileLiteral (Results 1 – 8 of 8) sorted by relevance
39 public class ImapTempFileLiteral extends ImapString { class45 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException { in ImapTempFileLiteral() method in ImapTempFileLiteral
448 return new ImapTempFileLiteral(in); in parseLiteral()
37 public class ImapTempFileLiteral extends ImapString { class45 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException { in ImapTempFileLiteral() method in ImapTempFileLiteral
429 return new ImapTempFileLiteral(in); in parseLiteral()
42 public class ImapTempFileLiteral extends ImapString { class48 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException { in ImapTempFileLiteral() method in ImapTempFileLiteral
206 new ImapTempFileLiteral(createFixedLengthInputStream("ABC")) in testLiteral()218 new ImapTempFileLiteral(createFixedLengthInputStream("ABC")), in testLiteral()219 new ImapTempFileLiteral(createFixedLengthInputStream("wxyz")) in testLiteral()
136 ImapTempFileLiteral l = new ImapTempFileLiteral(createFixedLengthInputStream(CONTENT)); in testImapTempFileLiteral()
90 -keepclasseswithmembers class com.android.email.mail.store.imap.ImapTempFileLiteral {