Home
last modified time | relevance | path

Searched defs:onCallAudioStateChanged (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
DStreamInCallService.java44 void onCallAudioStateChanged(CallAudioState audioState); in onCallAudioStateChanged() method
89 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in StreamInCallService
DCurrentCallStreamProducer.java117 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in CurrentCallStreamProducer
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DInCallServiceImpl.java117 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallServiceImpl
134 void onCallAudioStateChanged(CallAudioState audioState); in onCallAudioStateChanged() method
/packages/apps/Dialer/java/com/android/incallui/
DInCallServiceImpl.java42 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallServiceImpl
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java55 public void onCallAudioStateChanged(CallAudioState oldAudioState, in onCallAudioStateChanged() method in CallsManagerListenerBase
DCallsManager.java112 void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState newAudioState); in onCallAudioStateChanged() method
1710 public void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState in onCallAudioStateChanged() method in CallsManager
DInCallController.java908 public void onCallAudioStateChanged(CallAudioState oldCallAudioState, in onCallAudioStateChanged() method in InCallController
DConnectionServiceWrapper.java1084 public void onCallAudioStateChanged(Call activeCall, CallAudioState audioState) { in onCallAudioStateChanged() method in ConnectionServiceWrapper
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java98 public void onCallAudioStateChanged(CallAudioState audioState) throws RemoteException { in onCallAudioStateChanged() method in InCallServiceFixture.FakeInCallService
DConnectionServiceFixture.java295 public void onCallAudioStateChanged(String activeCallId, CallAudioState audioState, in onCallAudioStateChanged() method in ConnectionServiceFixture.FakeConnectionService
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnection.java79 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in SelfManagedConnection
DTestConnectionManager.java212 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in TestConnectionManager.TestManagedConnection
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java526 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in TelephonyConnection