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

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
FetchProfile.java 50 * Download the structure of the message. This maps directly to IMAP's BODYSTRUCTURE and may map
52 * structure in the message without actually downloading any message data. If the provider is
56 STRUCTURE,
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/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,
  /external/pdfium/fpdfsdk/
cba_annotiterator.h 21 enum TabOrder { STRUCTURE = 0, ROW, COLUMN };
cba_annotiterator.cpp 33 : m_eTabOrder(STRUCTURE),
105 case STRUCTURE:
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java     [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapFolder.java 259 * STRUCTURE - UID FETCH (BODYSTRUCTURE)
276 if (fp.contains(FetchProfile.Item.STRUCTURE)) {
355 if (fp.contains(FetchProfile.Item.STRUCTURE)) {
542 // envelope structure, body structure, and size in
  /packages/apps/Dialer/java/com/android/voicemail/impl/imap/
ImapHelper.java 219 // Get the voicemail details (message structure).
235 * Extract voicemail details from the message structure. Also fetch transcription if a
287 * Fetches the structure of the given message and returns a wrapper containing the message
288 * structure and the transcription structure (if applicable).
290 * @throws MessagingException if fetching the structure of the message fails
293 LogUtils.d(TAG, "Fetching message structure for " + message.getUid());
300 FetchProfile.Item.FLAGS, FetchProfile.Item.ENVELOPE, FetchProfile.Item.STRUCTURE));
507 * A wrapper to hold a message with its header details and the structure for transcriptions (so
518 /** Listener for the message structure being fetched. *
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java 637 * STRUCTURE - UID FETCH (BODYSTRUCTURE)
654 if (fp.contains(FetchProfile.Item.STRUCTURE)) {
728 if (fp.contains(FetchProfile.Item.STRUCTURE)) {
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
ImapService.java 247 * Load the structure and body of messages not yet synced
259 fp.add(FetchProfile.Item.STRUCTURE);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 290 ** presents to client programs. If a C-function, structure, datatype,
510 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
    [all...]
  /external/sqlite/dist/
sqlite3.c 290 ** presents to client programs. If a C-function, structure, datatype,
510 ** the opaque structure named "sqlite3". It is useful to think of an sqlite3
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 1128 milliseconds