Home
last modified time | relevance | path

Searched defs:shouldMute (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl51 void mute(boolean shouldMute); in mute()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java179 public void mute(boolean shouldMute) { in mute()