HomeSort by relevance Sort by last modified time
    Searched defs:muted (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/audio/hal/
audio_hw.h 141 bool muted; member in struct:stream_out
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 111 * @see UIProvider.ConversationColumns#MUTED
113 public final boolean muted; field in class:Conversation
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;
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.h 284 bool muted; member in struct:stream_out

Completed in 464 milliseconds