Searched refs:ImapList (Results 1 – 4 of 4) sorted by relevance
22 public class ImapList extends ImapElement { class24 public static final ImapList EMPTY =25 new ImapList() {94 public final ImapList getListOrEmpty(int index) { in getListOrEmpty()96 return el.isList() ? (ImapList) el : EMPTY; in getListOrEmpty()124 public final ImapList getKeyedListOrEmpty(String key) { in getKeyedListOrEmpty()131 public final ImapList getKeyedListOrEmpty(String key, boolean prefixMatch) { in getKeyedListOrEmpty()133 return (e != null) ? ((ImapList) e) : ImapList.EMPTY; in getKeyedListOrEmpty()215 ImapList thatList = (ImapList) that; in equalsForTest()
375 private void parseElements(ImapList list, char end) throws IOException, MessagingException { in parseElements()396 private ImapList parseList(char opening, char closing) throws IOException, MessagingException { in parseList()398 final ImapList list = new ImapList(); in parseList()
20 public class ImapResponse extends ImapList {
42 import com.android.voicemail.impl.mail.store.imap.ImapList;315 final ImapList fetchList = response.getListOrEmpty(2); in fetchInternal()323 final ImapList flags = fetchList.getKeyedListOrEmpty(ImapConstants.FLAGS); in fetchInternal()356 ImapList bs = fetchList.getKeyedListOrEmpty(ImapConstants.BODYSTRUCTURE); in fetchInternal()484 private static void parseBodyStructure(ImapList bs, Part part, String id) in parseBodyStructure()535 final ImapList bodyParams = bs.getListOrEmpty(2); in parseBodyStructure()578 final ImapList bodyDisposition; in parseBodyStructure()598 final ImapList bodyDispositionParams = bodyDisposition.getListOrEmpty(1); in parseBodyStructure()768 ImapList list = response.getListOrEmpty(2); in getQuota()