Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/telecom/
DInCallServiceImpl.java79 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallServiceImpl
153 void onCallAudioStateChanged(CallAudioState audioState); in onCallAudioStateChanged() method
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallServiceImpl.java74 public void onCallAudioStateChanged(CallAudioState cas) { in onCallAudioStateChanged() method in TestInCallServiceImpl
DTestCallDiagnosticService.java83 public void onCallAudioStateChanged(@NonNull CallAudioState audioState) { in onCallAudioStateChanged() method in TestCallDiagnosticService
DTestConnectionManager.java211 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in TestConnectionManager.TestManagedConnection
DSelfManagedConnection.java83 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in SelfManagedConnection
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
DCarModeInCallServiceImpl.java77 public void onCallAudioStateChanged(CallAudioState cas) { in onCallAudioStateChanged() method in CarModeInCallServiceImpl
/packages/apps/Dialer/java/com/android/incallui/
DInCallServiceImpl.java52 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallServiceImpl
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConference.java86 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in SimulatorConference
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java61 public void onCallAudioStateChanged(CallAudioState oldAudioState, in onCallAudioStateChanged() method in CallsManagerListenerBase
DCallEndpointController.java422 public void onCallAudioStateChanged(CallAudioState oldState, CallAudioState newState) { in onCallAudioStateChanged() method in CallEndpointController
DCallDiagnosticServiceController.java330 public void onCallAudioStateChanged(CallAudioState oldCallAudioState, in onCallAudioStateChanged() method in CallDiagnosticServiceController
DCallsManager.java203 void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState newAudioState); in onCallAudioStateChanged() method
DConnectionServiceWrapper.java2034 public void onCallAudioStateChanged(Call activeCall, CallAudioState audioState) { in onCallAudioStateChanged() method in ConnectionServiceWrapper
DInCallController.java1680 public void onCallAudioStateChanged(CallAudioState oldCallAudioState, in onCallAudioStateChanged() method in InCallController
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java113 public void onCallAudioStateChanged(CallAudioState audioState) throws RemoteException { in onCallAudioStateChanged() method in InCallServiceFixture.FakeInCallService
DConnectionServiceFixture.java361 public void onCallAudioStateChanged(String activeCallId, CallAudioState audioState, in onCallAudioStateChanged() method in ConnectionServiceFixture.FakeConnectionService
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/
DInCallModel.java257 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallModel
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java710 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in BluetoothInCallService
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1001 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in TelephonyConnection