Home
last modified time | relevance | path

Searched defs:onMuteStateChanged (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telecomm/testapps/transactionalVoipApp/src/com/android/server/telecom/transactionalVoipApp/
DMyVoipCall.java121 public void onMuteStateChanged(boolean isMuted) { in onMuteStateChanged() method in MyVoipCall
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java74 public void onMuteStateChanged(boolean isMuted) { in onMuteStateChanged() method in CallsManagerListenerBase
DTransactionalServiceWrapper.java541 public void onMuteStateChanged(Call call, boolean isMuted) { in onMuteStateChanged() method in TransactionalServiceWrapper
DCallsManager.java204 void onMuteStateChanged(boolean isMuted); in onMuteStateChanged() method
DInCallController.java1582 public void onMuteStateChanged(boolean isMuted) { in onMuteStateChanged() method in InCallController
DConnectionServiceWrapper.java1989 public void onMuteStateChanged(Call activeCall, boolean isMuted) { in onMuteStateChanged() method in ConnectionServiceWrapper
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java116 public void onMuteStateChanged(boolean isMuted) {} in onMuteStateChanged() method in InCallServiceFixture.FakeInCallService
DConnectionServiceFixture.java374 public void onMuteStateChanged(String callId, boolean isMuted, in onMuteStateChanged() method in ConnectionServiceFixture.FakeConnectionService