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

  /packages/apps/Email/tests/src/com/android/email/
FolderPropertiesTests.java 128 Drawable outbox = fp.getIcon(Mailbox.TYPE_OUTBOX, -1, 0); local
138 set.add(outbox);
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 569 * Convenience method for adding a Message to an account's outbox
577 LogUtils.d(LOG_TAG, "No outbox for account %d, creating it", account.mId);
578 final Mailbox outbox = local
580 outbox.save(mContext);
581 mailboxId = outbox.mId;
  /packages/apps/Exchange/src/com/android/exchange/service/
EasServerConnection.java 500 * Convenience method for adding a Message to an account's outbox
508 LogUtils.d(TAG, "No outbox for account %d, creating it", account.mId);
509 final Mailbox outbox = local
511 outbox.save(mContext);
512 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 388 milliseconds