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 240 && mFolder.isType(FolderType.SPAM) && mFolder.totalCount > 0
433 && !mCurrentConversation.spam);
437 && mCurrentConversation.spam);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 256 * Whether the server allows reporting spam back.
357 * Whether the account supports emptying the spam folder
    [all...]
Folder.java 754 * Returns {@code true} if this folder is the spam folder.
757 return isType(FolderType.SPAM);
834 } else if (isType(FolderType.SPAM)) {
835 desc = "spam";
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 347 milliseconds