Home
last modified time | relevance | path

Searched refs:toggleMute (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DNotificationDataManagerTest.java96 mNotificationDataManager.toggleMute(mMessageNotification); in addNewMessageNotification_notificationExists_muteStateNotUpdated()
106 mNotificationDataManager.toggleMute(mNonMessageNotification); in toggleMute_nonMessagingNotification_doesNothing()
115 mNotificationDataManager.toggleMute(mMessageNotification); in toggleMute_messagingNotification_togglesMuteState()
123 mNotificationDataManager.toggleMute(mNonMessageNotification); in toggleMute_notAddedNotification_doesNothing()
130 mNotificationDataManager.toggleMute(mMessageNotification); in toggleMute_notAddedMessageNotification_doesNothing()
/packages/apps/Dialer/java/com/android/incallui/
DReturnToCallController.java76 private final PendingIntent toggleMute; field in ReturnToCallController
97 toggleMute = createActionIntent(ReturnToCallActionReceiver.ACTION_TOGGLE_MUTE); in ReturnToCallController()
334 .setIntent(toggleMute) in generateActions()
DReturnToCallActionReceiver.java54 toggleMute(context); in onReceive()
116 private void toggleMute(Context context) { in toggleMute() method in ReturnToCallActionReceiver
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationDataManager.java128 public void toggleMute(StatusBarNotification sbn) { in toggleMute() method in NotificationDataManager
DNotificationClickHandlerFactory.java221 mNotificationDataManager.toggleMute(messageNotification);
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioManager.java356 public void toggleMute() { in toggleMute() method in CallAudioManager
DCallsManager.java2633 mCallAudioManager.toggleMute();
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java1142 mTelecomSystem.getCallsManager().getCallAudioManager().toggleMute(); in testUnmuteDuringEmergencyCall()