Searched refs:mute (Results 1 - 12 of 12) sorted by relevance

/packages/services/Telephony/common/src/com/android/services/telephony/common/
H A DICallCommandService.aidl74 void mute(boolean onOff);
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallCommandClient.java102 public void mute(boolean onOff) { method in class:CallCommandClient
103 Log.i(this, "mute: " + onOff);
105 Log.e(this, "Cannot mute call; CallCommandService == null");
109 mCommandService.mute(onOff);
H A DCallButtonPresenter.java174 Log.d(this, "turning on mute: " + checked);
176 CallCommandClient.getInstance().mute(checked);
194 // Automatically mute the current call
197 // Simulate a click on the mute button
232 Log.v(this, "Show mute ", call.can(Capabilities.MUTE));
321 // Restore the previous mute state
H A DInCallActivity.java251 // toggle mute
252 CallCommandClient.getInstance().mute(!AudioModeProvider.getInstance().getMute());
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSelectedConversationsActionMenu.java138 } else if (itemId == R.id.mute) {
139 destroy(R.id.mute, mSelectionSet.values(), mUpdater.getBatchAction(R.id.mute));
445 final MenuItem mute = menu.findItem(R.id.mute);
446 if (mute != null) {
447 mute.setVisible(mAccount.supportsCapability(UIProvider.AccountCapabilities.MUTE)
H A DConversationCursor.java1796 // Create an update operation that represents mute
2137 * As above, for mute
2139 public int mute(Collection<Conversation> conversations) { method in class:ConversationCursor
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/
H A DAnalyticsUtils.java52 } else if (id == R.id.mute) {
53 s = "mute";
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DToastBarOperation.java141 } else if (mAction == R.id.mute) {
H A DOnePaneController.java264 || action == R.id.mute
H A DAbstractActivityController.java1401 } else if (id == R.id.mute) {
1402 delete(R.id.mute, target, getDeferredAction(R.id.mute, target, isBatch), isBatch);
2764 * R.id.delete , R.id.mute, and R.id.report_spam.
2808 } else if (mAction == R.id.mute) {
2815 mConversationListCursor.mute(mTarget);
H A DMailActionBarView.java842 Utils.setMenuItemVisibility(menu, R.id.mute,
/packages/services/Telephony/src/com/android/phone/
H A DCallCommandService.java199 public void mute(boolean onOff) { method in class:CallCommandService
203 Log.e(TAG, "Error during mute().", e);

Completed in 1735 milliseconds