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

  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapListTest.java 52 list.add(LIST_1);
65 ImapList list = buildList(ImapList.EMPTY, ABC, LIST_1, ImapString.EMPTY);
96 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY);
100 assertElement(LIST_1, list.getElementOrNone(2));
109 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY);
113 assertElement(LIST_1, list.getListOrEmpty(2));
122 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY);
166 ImapList list = buildList(K1, LIST_1);
168 assertElement(LIST_1, list.getKeyedListOrEmpty("key", false));
169 assertElement(LIST_1, list.getKeyedListOrEmpty("key", true))
    [all...]
ImapElementTest.java 36 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.LIST_1));
ImapTestUtils.java 41 public static final ImapList LIST_1 = buildList(STRING_1);
42 public static final ImapList LIST_2 = buildList(STRING_1, STRING_2, LIST_1);

Completed in 156 milliseconds