HomeSort by relevance Sort by last modified time
    Searched refs:createFixedLengthInputStream (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseParserTest.java 22 import static com.android.email.mail.store.imap.ImapTestUtils.createFixedLengthInputStream;
109 new ImapMemoryLiteral(createFixedLengthInputStream("IN%OX")),
159 new ImapMemoryLiteral(createFixedLengthInputStream("NIL"))
195 new ImapMemoryLiteral(createFixedLengthInputStream("ABC"))
206 new ImapTempFileLiteral(createFixedLengthInputStream("ABC"))
218 new ImapTempFileLiteral(createFixedLengthInputStream("ABC")),
219 new ImapTempFileLiteral(createFixedLengthInputStream("wxyz"))
ImapStringTest.java 19 import static com.android.email.mail.store.imap.ImapTestUtils.createFixedLengthInputStream;
130 doLiteralTest(new ImapMemoryLiteral(createFixedLengthInputStream(CONTENT)), CONTENT);
136 ImapTempFileLiteral l = new ImapTempFileLiteral(createFixedLengthInputStream(CONTENT));
ImapTestUtils.java 101 public static FixedLengthInputStream createFixedLengthInputStream(String content) {

Completed in 427 milliseconds