Home | History | Annotate | Download | only in imap

Lines Matching refs:ImapElement

20 import com.android.email.mail.store.imap.ImapElement;
44 /** @see #assertElement(String, ImapElement, ImapElement) */
45 public static final void assertElement(ImapElement expected, ImapElement actual) {
50 * Compare two {@link ImapElement}s and throws {@link AssertionFailedError} if different.
52 * Note this method used {@link ImapElement#equalsForTest} rather than equals().
54 public static final void assertElement(String message, ImapElement expected,
55 ImapElement actual) {
66 public static final ImapList buildList(ImapElement... elements) {
68 for (ImapElement e : elements) {
76 ImapElement... elements) {
78 for (ImapElement e : elements) {