Searched refs:toggleMute (Results 1 – 8 of 8) sorted by relevance
96 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()
76 private final PendingIntent toggleMute; field in ReturnToCallController97 toggleMute = createActionIntent(ReturnToCallActionReceiver.ACTION_TOGGLE_MUTE); in ReturnToCallController()334 .setIntent(toggleMute) in generateActions()
54 toggleMute(context); in onReceive()116 private void toggleMute(Context context) { in toggleMute() method in ReturnToCallActionReceiver
128 public void toggleMute(StatusBarNotification sbn) { in toggleMute() method in NotificationDataManager
221 mNotificationDataManager.toggleMute(messageNotification);
356 public void toggleMute() { in toggleMute() method in CallAudioManager
2633 mCallAudioManager.toggleMute();
1142 mTelecomSystem.getCallsManager().getCallAudioManager().toggleMute(); in testUnmuteDuringEmergencyCall()