HomeSort by relevance Sort by last modified time
    Searched refs:STRUCTURE (Results 1 - 9 of 9) sorted by null

  /packages/apps/Email/src/com/android/email/mail/
FetchProfile.java 52 * Download the structure of the message. This maps directly to IMAP's BODYSTRUCTURE
54 * The provider should, if possible, fill in a properly formatted MIME structure in
59 STRUCTURE,
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 410 * Lightweight test to confirm that IMAP isn't requesting structure prefetch.
668 fp.add(FetchProfile.Item.STRUCTURE);
677 // Check mime structure...
707 fp.add(FetchProfile.Item.STRUCTURE);
725 // Check mime structure...
    [all...]
LocalStoreUnitTests.java 227 * Test two modes (STRUCTURE vs. BODY) of fetch()
250 // Now read it back, and fetch it two ways - first, structure only
253 fp.add(FetchProfile.Item.STRUCTURE);
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java     [all...]
Pop3Store.java 659 else if (fp.contains(FetchProfile.Item.STRUCTURE)) {
661 * If the user is requesting STRUCTURE we are required to set the body
    [all...]
LocalStore.java 788 * Supports FetchProfile.Item.BODY and FetchProfile.Item.STRUCTURE
794 if (fp.contains(FetchProfile.Item.BODY) || fp.contains(FetchProfile.Item.STRUCTURE)) {
804 // If fetching structure, simply build placeholders for them.
    [all...]
  /packages/apps/Email/src/com/android/email/
MessagingController.java     [all...]
  /external/sqlite/dist/
sqlite3.c 537 ** presents to client programs. If a C-function, structure, datatype,
716 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
    [all...]
sqlite3.c.orig 537 ** presents to client programs. If a C-function, structure, datatype,
716 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
    [all...]

Completed in 336 milliseconds