/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | NotificationDataManagerTest.java | 109 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 D | ReturnToCallActionReceiver.java | 54 toggleMute(context); in onReceive() 116 private void toggleMute(Context context) { in toggleMute() method in ReturnToCallActionReceiver
|
H A D | ReturnToCallController.java | 76 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 D | CarAudioZoneVolumeAdapter.java | 92 mFragment.toggleMute(mVolumeList[position].groupId); in getView()
|
H A D | CarAudioZoneVolumeFragment.java | 221 public void toggleMute(int groupId) { in toggleMute() method in CarAudioZoneVolumeFragment
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | NotificationDataManager.java | 200 public void toggleMute(AlertEntry alertEntry) { in toggleMute() method in NotificationDataManager
|
H A D | NotificationClickHandlerFactory.java | 269 mNotificationDataManager.toggleMute(messageNotification);
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallAudioManager.java | 372 public void toggleMute() { in toggleMute() method in CallAudioManager
|
H A D | CallsManager.java | 3361 mCallAudioManager.toggleMute();
|
/aosp12/frameworks/opt/net/voip/src/java/android/net/sip/ |
H A D | SipAudioCall.java | 864 public void toggleMute() {
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
H A D | SipPhone.java | 925 mSipAudioCall.toggleMute(); in setMute()
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | BasicCallTests.java | 1189 mTelecomSystem.getCallsManager().getCallAudioManager().toggleMute(); in testUnmuteDuringEmergencyCall()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 27031 method @Deprecated public void toggleMute();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 17709 method public void toggleMute();
|