Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/common/mail/store/
DImapFolder.java339 final ImapList fetchList = response.getListOrEmpty(2); in fetchInternal() local
340 final String uid = fetchList.getKeyedStringOrEmpty(ImapConstants.UID) in fetchInternal()
349 fetchList.getKeyedListOrEmpty(ImapConstants.FLAGS); in fetchInternal()
364 final Date internalDate = fetchList.getKeyedStringOrEmpty( in fetchInternal()
366 final int size = fetchList.getKeyedStringOrEmpty( in fetchInternal()
368 final String header = fetchList.getKeyedStringOrEmpty( in fetchInternal()
376 ImapList bs = fetchList.getKeyedListOrEmpty( in fetchInternal()
392 ImapString body = fetchList.getKeyedStringOrEmpty("BODY[]", true); in fetchInternal()
398 fetchList.getKeyedStringOrEmpty("BODY[", true).getAsStream(); in fetchInternal()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapFolder.java692 final ImapList fetchList = response.getListOrEmpty(2); in fetchInternal() local
693 final String uid = fetchList.getKeyedStringOrEmpty(ImapConstants.UID) in fetchInternal()
702 fetchList.getKeyedListOrEmpty(ImapConstants.FLAGS); in fetchInternal()
717 final Date internalDate = fetchList.getKeyedStringOrEmpty( in fetchInternal()
719 final int size = fetchList.getKeyedStringOrEmpty( in fetchInternal()
721 final String header = fetchList.getKeyedStringOrEmpty( in fetchInternal()
729 ImapList bs = fetchList.getKeyedListOrEmpty( in fetchInternal()
747 ImapString body = fetchList.getKeyedStringOrEmpty("BODY[]", true); in fetchInternal()
753 fetchList.getKeyedStringOrEmpty("BODY[", true).getAsStream(); in fetchInternal()