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

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 60 public static final String INBOX = "INBOX";
  /packages/apps/Email/provider_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/Email/provider_src/com/android/email/mail/store/
ImapStore.java 345 if (ImapConstants.INBOX.equalsIgnoreCase(parentPath)) {
346 // The Inbox is added as a special case, and always in all caps. In reality,
348 parentPath = ImapConstants.INBOX;
442 if (ImapConstants.INBOX.equalsIgnoreCase(folderName)) continue;
458 // In order to properly map INBOX -> Inbox, handle it as a special case.
459 final Mailbox inbox = local
462 mContext, mAccount.mId, inbox.mServerId, '\0', true /*selectable*/, inbox);
463 mailboxes.put(ImapConstants.INBOX, newFolder)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AddableFolderSelectorAdapter.java 92 if (Folder.isType(type, UIProvider.FolderType.INBOX)
FolderListFragment.java 82 * Tapping on Accounts takes the user to the default Inbox for that account. Tapping on
90 * Show a list of folders for a specific level. At the top-level, this shows Inbox, Sent,
161 private static final String BUNDLE_INBOX_PRESENT = "flf-inbox-present";
198 private int mSelectedFolderType = FolderType.INBOX;
589 // Switching accounts takes you to the default inbox for that account.
591 mSelectedFolderType = FolderType.INBOX;
673 // We're already in the default inbox for account,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xregion.h 168 #define INBOX(r, x, y) \
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 424 if ((mFolderType & FolderType.INBOX) != 0) {
425 ignoreFolderType = FolderType.INBOX;
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 44 public static final NotificationPreset INBOX = new InboxNotificationPreset();
58 INBOX,
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 44 public static final NotificationPreset INBOX = new InboxNotificationPreset();
58 INBOX,
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 44 public static final NotificationPreset INBOX = new InboxNotificationPreset();
58 INBOX,
  /packages/apps/Dialer/java/com/android/voicemail/impl/imap/
ImapHelper.java 660 ImapFolder folder = new ImapFolder(imapStore, ImapConstants.INBOX);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 740 * Returns {@code true} if this folder is an inbox folder.
743 return isType(FolderType.INBOX);
825 desc = "inbox:" + persistentId;
    [all...]
UIProvider.java 264 * Whether the server supports a concept of Archive: removing mail from the Inbox but
624 * String containing the URI for the default inbox for this account.
628 * String containing the name of the default Inbox for this account
672 * String containing the URI for the inbox conversations should be moved to for this
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 5955 Mailbox inbox = Mailbox.restoreMailboxOfType(getContext(), accountId, Mailbox.TYPE_INBOX); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 561 ignoreFolderType = FolderType.INBOX;
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 2499 milliseconds