Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
DFetchProfile.java59 STRUCTURE, enumConstant
/packages/apps/Email/tests/src/com/android/email/mail/store/
DImapStoreUnitTests.java811 fp.add(FetchProfile.Item.STRUCTURE); in testFetchBodyStructureSimple()
850 fp.add(FetchProfile.Item.STRUCTURE); in testFetchBodyStructureMultipart()
1018 fp.add(FetchProfile.Item.STRUCTURE); in testFetchAttachment()
1069 fp.add(FetchProfile.Item.STRUCTURE); in testNilMessage()
2107 fp.add(FetchProfile.Item.STRUCTURE); in testFetchBodyStructureMalformed()
2224 fp.add(FetchProfile.Item.STRUCTURE); in testFetchIOException()
/packages/apps/Email/src/com/android/email/mail/store/
DImapFolder.java554 if (fp.contains(FetchProfile.Item.STRUCTURE)) { in fetchInternal()
626 if (fp.contains(FetchProfile.Item.STRUCTURE)) { in fetchInternal()
DPop3Store.java682 else if (fp.contains(FetchProfile.Item.STRUCTURE)) { in fetch()
/packages/apps/Email/src/com/android/email/
DMessagingController.java487 fp.add(FetchProfile.Item.STRUCTURE); in loadUnsyncedMessages()
675 fp.add(FetchProfile.Item.STRUCTURE); in searchMailboxImpl()