Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallSourceService.java34 void onMuteStateChanged(Call activeCall, boolean isMuted); in onMuteStateChanged() method
DCallsManagerListenerBase.java74 public void onMuteStateChanged(boolean isMuted) { in onMuteStateChanged() method in CallsManagerListenerBase
DCallAudioRouteController.java1249 private void onMuteStateChanged(boolean mute) { in onMuteStateChanged() method in CallAudioRouteController
DCallsManager.java235 void onMuteStateChanged(boolean isMuted); in onMuteStateChanged() method
DConnectionServiceWrapper.java2142 public void onMuteStateChanged(Call activeCall, boolean isMuted) { in onMuteStateChanged() method in ConnectionServiceWrapper
DInCallController.java1812 public void onMuteStateChanged(boolean isMuted) { in onMuteStateChanged() method in InCallController
/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/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java124 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