Home | History | Annotate | Download | only in imap

Lines Matching refs:STRING_1

45         list.add(STRING_1);
96 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY);
99 assertElement(STRING_1, list.getElementOrNone(1));
109 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY);
122 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY);
125 assertElement(STRING_1, list.getStringOrEmpty(1));
140 K1, STRING_1,
145 assertElement(STRING_1, list.getKeyedElementOrNull("abcd", false));
149 assertElement(STRING_1, list.getKeyedElementOrNull("ab", true));
150 assertElement(STRING_1, list.getKeyedElementOrNull("abcd", true));
152 assertElement(STRING_1, list.getKeyedElementOrNull("abc", true));
179 ImapList list = buildList(K1, STRING_1);
181 assertElement(STRING_1, list.getKeyedListOrEmpty("key", false));
182 assertElement(STRING_1, list.getKeyedListOrEmpty("key", true));
184 assertElement(STRING_1, list.getKeyedListOrEmpty("ke", true));
187 assertElement(STRING_1, list.getKeyedListOrEmpty("key"));
213 assertEquals("[aBc]", buildList(STRING_1).flatten());
216 buildList(STRING_1, buildList(ImapString.EMPTY, STRING_2), STRING_1).flatten());