Home
last modified time | relevance | path

Searched refs:fetchList (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/store/
DImapFolder.java590 final ImapList fetchList = response.getListOrEmpty(2); in fetchInternal() local
591 final String uid = fetchList.getKeyedStringOrEmpty(ImapConstants.UID) in fetchInternal()
600 fetchList.getKeyedListOrEmpty(ImapConstants.FLAGS); in fetchInternal()
615 final Date internalDate = fetchList.getKeyedStringOrEmpty( in fetchInternal()
617 final int size = fetchList.getKeyedStringOrEmpty( in fetchInternal()
619 final String header = fetchList.getKeyedStringOrEmpty( in fetchInternal()
627 ImapList bs = fetchList.getKeyedListOrEmpty( in fetchInternal()
645 ImapString body = fetchList.getKeyedStringOrEmpty("BODY[]", true); in fetchInternal()
651 fetchList.getKeyedStringOrEmpty("BODY[", true).getAsStream(); in fetchInternal()