HomeSort by relevance Sort by last modified time
    Searched defs:inbox (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 163 tmpFolderElement = tmpFolderElement.getSubFolder("inbox");
628 BluetoothMapFolderElement inbox = fe.addEmailFolder("Inbox", 300); local
631 inbox.addEmailFolder("keep", 301);
632 inbox.addEmailFolder("private", 302);
633 inbox.addEmailFolder("junk", 303);
639 assertEquals("msg/inbox/keep", fe.getFolderById(301).getFullPath());
    [all...]
  /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/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 140 * This may be null if the account exists but the inbox has not yet been created in the database
425 public static final String RESULT_KEY_INBOX = "inbox";
491 final Folder inbox; local
494 inbox = new Folder(folderCursor);
504 map.put(RESULT_KEY_INBOX, inbox);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java 161 private static final String SAVED_INBOX_KEY = "m-inbox";
394 * The primary inbox for the current account. The mechanism to load the default inbox for the
697 // If the active account has been clicked in the drawer, go to default inbox
985 final Folder inbox = mFolderWatcher.getDefaultInbox(mAccount); local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 5955 Mailbox inbox = Mailbox.restoreMailboxOfType(getContext(), accountId, Mailbox.TYPE_INBOX); local
    [all...]

Completed in 322 milliseconds