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

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 41 OUTBOX, // Local folders only - not used in remote Stores
  /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}).
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 749 } else if (isType(FolderType.OUTBOX)) {
750 desc = "outbox";
785 return (isDraft() || isTrash() || isType(FolderType.OUTBOX));
UIProvider.java     [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 534 milliseconds