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

  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 60 public static final String INBOX = "INBOX";
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 36 INBOX, // NOTE: The folder's name must be INBOX
171 * (such as inbox, draft, sent, or trash). Stores that do not implement this
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AddableFolderSelectorAdapter.java 62 if (Folder.isType(type, UIProvider.FolderType.INBOX)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h 169 #define INBOX(r, x, y) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 169 #define INBOX(r, x, y) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 169 #define INBOX(r, x, y) \
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 395 if (ImapConstants.INBOX.equalsIgnoreCase(folderName)) continue;
411 // In order to properly map INBOX -> Inbox, handle it as a special case.
412 final Mailbox inbox = local
415 mContext, mAccount.mId, inbox.mServerId, '\0', true /*selectable*/, inbox);
416 mailboxes.put(ImapConstants.INBOX, newFolder);
535 // do NOT add the prefix to the special name "INBOX"
536 if (ImapConstants.INBOX.equalsIgnoreCase(name)) return name;
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 425 if ((mFolderType & FolderType.INBOX) != 0) {
426 ignoreFolderType = FolderType.INBOX;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 704 return isType(UIProvider.FolderType.INBOX);
744 desc = "inbox:" + persistentId;
UIProvider.java 214 * Whether the server supports a concept of Archive: removing mail from the Inbox but
568 * String containing the URI for the default inbox for this account.
572 * String containing the name of the default Inbox for this account
589 * Integer column containing whether priority inbox arrows are enabled.
609 * String containing the URI for the inbox conversations should be moved to for this
    [all...]
  /external/pixman/pixman/
pixman-region.c 178 #define INBOX(r, x, y) \
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 5444 Mailbox inbox = Mailbox.restoreMailboxOfType(getContext(), accountId, Mailbox.TYPE_INBOX); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 626 ignoreFolderType = FolderType.INBOX;
    [all...]

Completed in 295 milliseconds