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

  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 677 * Convenience method for adding a Message to an account's outbox
685 LogUtils.d(LOG_TAG, "No outbox for account %d, creating it", account.mId);
686 final Mailbox outbox = local
688 outbox.save(mContext);
689 mailboxId = outbox.mId;
    [all...]
EasSyncCalendar.java 1076 final Mailbox outbox = local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasServerConnection.java 505 * Convenience method for adding a Message to an account's outbox
513 LogUtils.d(TAG, "No outbox for account %d, creating it", account.mId);
514 final Mailbox outbox = local
516 outbox.save(mContext);
517 mailboxId = outbox.mId;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationsInOutboxTipView.java 48 * one or more messages in the Outbox.
117 mText = (TextView) findViewById(R.id.outbox);
119 findViewById(R.id.outbox).setOnClickListener(new View.OnClickListener() {
165 if ((folder.type & UIProvider.FolderType.OUTBOX) > 0) {
175 // This loads all folders in order to find 'Outbox'. We could consider adding a new
195 // Clear the last seen count, so that new messages in Outbox will always cause this
274 // ideal behavior since after a user dismisses an "1 unsent in outbox" tip,
275 // the message stuck in Outbox could get sent, and a new one gets stuck.
279 // in Outbox), the preference is cleared (see {@link onOutboxTotalCount}).

Completed in 1573 milliseconds