Searched defs:spam (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java109 public final boolean spam; field in class:Conversation
192 dest.writeInt(spam ? 1 : 0);
218 spam = in.readInt() != 0;
296 spam = cursor.getInt(UIProvider.CONVERSATION_IS_SPAM_COLUMN) != 0;
335 spam = other.spam;
354 boolean spam, boolean phishing, boolean muted, Uri accountUri,
374 this.spam = spam;
480 public Builder setSpam(boolean spam) { argument
350 Conversation(long id, Uri uri, String subject, long dateMs, boolean hasAttachment, Uri messageListUri, int sendingState, int priority, boolean read, boolean seen, boolean starred, FolderList rawFolders, int convFlags, int personalLevel, boolean spam, boolean phishing, boolean muted, Uri accountUri, ConversationInfo conversationInfo, Uri conversationBase, boolean isRemote, String permalink, long orderKey) argument
[all...]

Completed in 20 milliseconds