Home
last modified time | relevance | path

Searched refs:ImapTempFileLiteral (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapTempFileLiteral.java39 public class ImapTempFileLiteral extends ImapString { class
45 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException { in ImapTempFileLiteral() method in ImapTempFileLiteral
DImapResponseParser.java448 return new ImapTempFileLiteral(in); in parseLiteral()
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
DImapTempFileLiteral.java37 public class ImapTempFileLiteral extends ImapString { class
45 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException { in ImapTempFileLiteral() method in ImapTempFileLiteral
DImapResponseParser.java429 return new ImapTempFileLiteral(in); in parseLiteral()
/packages/apps/Email/provider_src/com/android/email/service/
DImapTempFileLiteral.java42 public class ImapTempFileLiteral extends ImapString { class
48 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException { in ImapTempFileLiteral() method in ImapTempFileLiteral
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
DImapResponseParserTest.java206 new ImapTempFileLiteral(createFixedLengthInputStream("ABC")) in testLiteral()
218 new ImapTempFileLiteral(createFixedLengthInputStream("ABC")), in testLiteral()
219 new ImapTempFileLiteral(createFixedLengthInputStream("wxyz")) in testLiteral()
DImapStringTest.java136 ImapTempFileLiteral l = new ImapTempFileLiteral(createFixedLengthInputStream(CONTENT)); in testImapTempFileLiteral()
/packages/apps/Email/
Dproguard-test.flags90 -keepclasseswithmembers class com.android.email.mail.store.imap.ImapTempFileLiteral {