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

  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSearch.java 95 // If this isn't an inbox search, then include the collection id
96 final Mailbox inbox = local
98 if (inbox == null) {
99 LogUtils.i(LOG_TAG, "Inbox ceased to exist");
102 if (mSearchParams.mMailboxId != inbox.mId) {
103 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/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/
MailboxSettings.java 66 * the target mailbox is Inbox, in which case it updates Account settings instead.
84 public static Intent getIntent(Context context, Uri foldersUri, Folder inbox) {
87 i.putExtra(EXTRA_INBOX_ID, inbox.id);
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...]
  /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 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...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 1592 .icon-inbox {
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/resources/
bootstrap.min.css     [all...]
  /external/okhttp/website/static/
bootstrap-combined.min.css     [all...]

Completed in 764 milliseconds