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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
EmptyFolderDialogFragment.java 34 * Currently used to empty trash or spam.
64 * {@link com.android.mail.providers.UIProvider.FolderType#SPAM}.
88 // Checks if we're in the spam folder, otherwise just uses trash as the default.
89 final int dialogTitleId = Folder.isType(mFolderType, UIProvider.FolderType.SPAM) ?
ActionBarController.java 294 && mFolder.isType(FolderType.SPAM) && mFolder.totalCount > 0
581 && !mCurrentConversation.spam);
585 && mCurrentConversation.spam);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 211 * Whether the server allows reporting spam back.
312 * Whether the account supports emptying the spam folder
    [all...]
Folder.java 730 * Returns {@code true} if this folder is the spam folder.
733 return isType(FolderType.SPAM);
810 } else if (isType(FolderType.SPAM)) {
811 desc = "spam";
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 53 milliseconds