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

  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 61 public static final String INBOX = "INBOX";
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 38 INBOX, // NOTE: The folder's name must be INBOX
174 * (such as inbox, draft, sent, or trash). Stores that do not implement this
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AddableFolderSelectorAdapter.java 92 if (Folder.isType(type, UIProvider.FolderType.INBOX)
FolderListFragment.java 76 * Tapping on Accounts takes the user to the default Inbox for that account. Tapping on
84 * Show a list of folders for a specific level. At the top-level, this shows Inbox, Sent,
152 private static final String BUNDLE_INBOX_PRESENT = "flf-inbox-present";
189 private int mSelectedFolderType = FolderType.INBOX;
564 // Switching accounts takes you to the default inbox for that account.
566 mSelectedFolderType = FolderType.INBOX;
647 // We're already in the default inbox for account,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xregion.h 169 #define INBOX(r, x, y) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xregion.h 169 #define INBOX(r, x, y) \
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 411 if (ImapConstants.INBOX.equalsIgnoreCase(folderName)) continue;
427 // In order to properly map INBOX -> Inbox, handle it as a special case.
428 final Mailbox inbox = local
431 mContext, mAccount.mId, inbox.mServerId, '\0', true /*selectable*/, inbox);
432 mailboxes.put(ImapConstants.INBOX, newFolder);
559 // do NOT add the prefix to the special name "INBOX"
560 if (ImapConstants.INBOX.equalsIgnoreCase(name)) return name;
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/notifications/
NotificationPresets.java 44 public static final NotificationPreset INBOX = new InboxNotificationPreset();
57 INBOX,
  /development/samples/wearable/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 44 public static final NotificationPreset INBOX = new InboxNotificationPreset();
57 INBOX,
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 421 if ((mFolderType & FolderType.INBOX) != 0) {
422 ignoreFolderType = FolderType.INBOX;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 716 * Returns {@code true} if this folder is an inbox folder.
719 return isType(FolderType.INBOX);
801 desc = "inbox:" + persistentId;
UIProvider.java 219 * Whether the server supports a concept of Archive: removing mail from the Inbox but
567 * String containing the URI for the default inbox for this account.
571 * String containing the name of the default Inbox for this account
615 * 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 5827 Mailbox inbox = Mailbox.restoreMailboxOfType(getContext(), accountId, Mailbox.TYPE_INBOX); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 643 ignoreFolderType = FolderType.INBOX;
    [all...]

Completed in 455 milliseconds