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

/packages/apps/Car/Radio/src/com/android/car/radio/
H A DRadioDisplayController.java187 * button should toggle the radio from muted to un-muted.
253 * Sets the current state of the play button. If the given {@code muted} value is {@code true},
257 public void setPlayPauseButtonState(boolean muted) { argument
259 mPlayButton.setPlayState(muted
265 mPresetPlayButton.setPlayState(muted
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DSyncManager.java57 public ConversationCustomization(final boolean archived, final boolean muted, argument
60 mMuted = muted;
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DUiCallManager.java223 public void setMuted(boolean muted) { argument
225 Log.d(TAG, "setMuted: " + muted);
230 mInCallService.setMuted(muted);
/packages/apps/Car/Messenger/src/com/android/car/messenger/
H A DMapMessageMonitor.java249 if (notificationInfo.muted) {
300 if (notificationInfo.muted) {
390 notificationInfo.muted = mute;
639 boolean muted = false; field in class:MapMessageMonitor.NotificationInfo
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java113 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;
488 public Builder setMuted(boolean muted) { argument
348 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 135 milliseconds