Home | History | Annotate | Download | only in providers

Lines Matching defs:muted

150      * @see UIProvider.ConversationColumns#MUTED
152 public boolean muted;
233 dest.writeInt(muted ? 1 : 0);
266 muted = in.readInt() != 0;
344 muted = cursor.getInt(UIProvider.CONVERSATION_MUTED_COLUMN) != 0;
395 muted = other.muted;
423 boolean spam, boolean phishing, boolean muted, Uri accountUri,
449 conversation.muted = muted;