Home | History | Annotate | Download | only in providers

Lines Matching refs:muted

111      * @see UIProvider.ConversationColumns#MUTED
113 public final boolean muted;
194 dest.writeInt(muted ? 1 : 0);
220 muted = in.readInt() != 0;
296 muted = cursor.getInt(UIProvider.CONVERSATION_MUTED_COLUMN) != 0;
335 muted = other.muted;
352 boolean spam, boolean phishing, boolean muted, Uri accountUri,
374 this.muted = muted;
488 public Builder setMuted(boolean muted) {
489 mMuted = muted;