Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DNotificationDataManagerTest.java109 mNotificationDataManager.toggleMute(mMessageNotification); in addNewMessageNotification_notificationExists_muteStateNotUpdated()
119 mNotificationDataManager.toggleMute(mNonMessageNotification); in toggleMute_nonMessagingNotification_doesNothing()
128 mNotificationDataManager.toggleMute(mMessageNotification); in toggleMute_messagingNotification_togglesMuteState()
136 mNotificationDataManager.toggleMute(mNonMessageNotification); in toggleMute_notAddedNotification_doesNothing()
143 mNotificationDataManager.toggleMute(mMessageNotification); in toggleMute_notAddedMessageNotification_doesNothing()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DReturnToCallActionReceiver.java54 toggleMute(context); in onReceive()
116 private void toggleMute(Context context) { in toggleMute() method in ReturnToCallActionReceiver
H A DReturnToCallController.java76 private final PendingIntent toggleMute; field in ReturnToCallController
97 toggleMute = createActionIntent(ReturnToCallActionReceiver.ACTION_TOGGLE_MUTE); in ReturnToCallController()
334 .setIntent(toggleMute) in generateActions()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/volume/
H A DCarAudioZoneVolumeAdapter.java92 mFragment.toggleMute(mVolumeList[position].groupId); in getView()
H A DCarAudioZoneVolumeFragment.java221 public void toggleMute(int groupId) { in toggleMute() method in CarAudioZoneVolumeFragment
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationDataManager.java200 public void toggleMute(AlertEntry alertEntry) { in toggleMute() method in NotificationDataManager
H A DNotificationClickHandlerFactory.java269 mNotificationDataManager.toggleMute(messageNotification);
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallAudioManager.java372 public void toggleMute() { in toggleMute() method in CallAudioManager
H A DCallsManager.java3361 mCallAudioManager.toggleMute();
/aosp12/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java864 public void toggleMute() {
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java925 mSipAudioCall.toggleMute(); in setMute()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBasicCallTests.java1189 mTelecomSystem.getCallsManager().getCallAudioManager().toggleMute(); in testUnmuteDuringEmergencyCall()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27031 method @Deprecated public void toggleMute();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt17709 method public void toggleMute();