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

  /packages/apps/Exchange/src/com/android/exchange/adapter/
Search.java 87 // If this isn't an inbox search, then include the collection id
88 final Mailbox inbox = local
90 if (inbox == null) return 0;
91 if (searchParams.mMailboxId != inbox.mId) {
92 s.data(Tags.SYNC_COLLECTION_ID, inbox.mServerId);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 113 # An inbox with a couple of messages.
114 writeMessage('inbox', 1,
118 writeMessage('inbox', 2,
147 writeContext('inbox')
148 writeCurMessage('inbox', 2)
155 eq(mh.getcontext(), 'inbox')
162 mh.setcontext('inbox')
164 inbox = mh.openfolder('inbox')
165 eq(inbox.getfullname()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 113 # An inbox with a couple of messages.
114 writeMessage('inbox', 1,
118 writeMessage('inbox', 2,
147 writeContext('inbox')
148 writeCurMessage('inbox', 2)
155 eq(mh.getcontext(), 'inbox')
162 mh.setcontext('inbox')
164 inbox = mh.openfolder('inbox')
165 eq(inbox.getfullname()
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
FolderPropertiesTests.java 124 Drawable inbox = fp.getIcon(Mailbox.TYPE_INBOX, -1, 0); local
135 set.add(inbox);
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java 342 // Fixup flags for inbox (should accept moved mail)
343 Mailbox inbox = Mailbox.restoreMailboxOfType(context, account.mId, local
345 if (inbox != null &&
346 ((inbox.mFlags & Mailbox.FLAG_ACCEPTS_MOVED_MAIL) == 0)) {
348 inbox.mFlags | Mailbox.FLAG_ACCEPTS_MOVED_MAIL);
350 ContentUris.withAppendedId(Mailbox.CONTENT_URI, inbox.mId), cv,
  /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;
  /external/chromium_org/chrome/test/functional/
perf_endure.py     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 251 console.log('Going to inbox...');
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java 163 private static final String SAVED_INBOX_KEY = "m-inbox";
354 * The primary inbox for the current account. The mechanism to load the default inbox for the
659 // If the active account has been clicked in the drawer, go to default inbox
939 final Folder inbox = mFolderWatcher.getDefaultInbox(mAccount); local
3519 final Folder inbox = data.getModel(); local
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 5430 Mailbox inbox = Mailbox.restoreMailboxOfType(getContext(), accountId, Mailbox.TYPE_INBOX); local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 1592 .icon-inbox {
    [all...]

Completed in 2559 milliseconds