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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java148 public boolean spam; field in class:Conversation
231 dest.writeInt(spam ? 1 : 0);
264 spam = in.readInt() != 0;
342 spam = cursor.getInt(UIProvider.CONVERSATION_IS_SPAM_COLUMN) != 0;
393 spam = other.spam;
423 boolean spam, boolean phishing, boolean muted, Uri accountUri,
447 conversation.spam = spam;
419 create(long id, Uri uri, String subject, long dateMs, String snippet, boolean hasAttachment, Uri messageListUri, String senders, int numMessages, int numDrafts, 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 attachmentPreviewUri0, String attachmentPreviewUri1, int attachmentPreviewStates, int attachmentPreviewsCount) argument

Completed in 565 milliseconds