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

  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapElementTest.java 35 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.STRING_1));
36 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.LIST_1));
ImapTestUtils.java 35 public final class ImapTestUtils {
36 private ImapTestUtils() {}
ImapResponseParserTest.java 19 import static com.android.email.mail.store.imap.ImapTestUtils.assertElement;
20 import static com.android.email.mail.store.imap.ImapTestUtils.buildList;
21 import static com.android.email.mail.store.imap.ImapTestUtils.buildResponse;
22 import static com.android.email.mail.store.imap.ImapTestUtils.createFixedLengthInputStream;
ImapResponseTest.java 19 import static com.android.email.mail.store.imap.ImapTestUtils.*;
ImapStringTest.java 19 import static com.android.email.mail.store.imap.ImapTestUtils.createFixedLengthInputStream;
ImapListTest.java 19 import static com.android.email.mail.store.imap.ImapTestUtils.*;
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 36 import com.android.email.mail.store.imap.ImapTestUtils;
91 private final static ImapResponse CAPABILITY_RESPONSE = ImapTestUtils.parseResponse(
301 ImapTestUtils.parseResponse("* CAPABILITY IMAP4rev1 XXX YYY Z").flatten());
    [all...]

Completed in 57 milliseconds