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

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 38 SENT,
171 * (such as inbox, draft, sent, or trash). Stores that do not implement this
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationsInOutboxTipView.java 47 * Tip that is displayed in conversation list of 'Sent' folder whenever there are
145 if ((folder.type & UIProvider.FolderType.SENT) > 0) {
146 // Only display this tip if user is viewing the Sent folder
178 // 'Sent' folder).
275 // the message stuck in Outbox could get sent, and a new one gets stuck.
276 // If the user checks back on on Sent folder then, we don't reshow the message since count
278 // However if user checks the Sent folder in between (when there were 0 messages
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 576 * Integer column containing a non zero value if replies should always be sent from
    [all...]
Folder.java 751 } else if (isType(FolderType.SENT)) {
752 desc = "sent";
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 56 milliseconds