Searched refs:ImapMemoryLiteral (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
H A DImapMemoryLiteral.java31 public class ImapMemoryLiteral extends ImapString { class in inherits:ImapString
34 /* package */ ImapMemoryLiteral(FixedLengthInputStream in) throws IOException { method in class:ImapMemoryLiteral
H A DImapResponseParser.java450 return new ImapMemoryLiteral(in);
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
H A DImapMemoryLiteral.java31 public class ImapMemoryLiteral extends ImapString { class in inherits:ImapString
32 private final String TAG = "ImapMemoryLiteral";
35 /* package */ ImapMemoryLiteral(FixedLengthInputStream in) throws IOException { method in class:ImapMemoryLiteral
H A DImapResponseParser.java431 return new ImapMemoryLiteral(in);
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
H A DImapResponseParserTest.java109 new ImapMemoryLiteral(createFixedLengthInputStream("IN%OX")),
159 new ImapMemoryLiteral(createFixedLengthInputStream("NIL"))
195 new ImapMemoryLiteral(createFixedLengthInputStream("ABC"))
H A DImapStringTest.java127 /** Test for ImapMemoryLiteral */
130 doLiteralTest(new ImapMemoryLiteral(createFixedLengthInputStream(CONTENT)), CONTENT);

Completed in 138 milliseconds