Home
last modified time | relevance | path

Searched refs:onCallAudioStateChanged (Results 1 – 17 of 17) 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
91 mCallback.onCallAudioStateChanged(audioState); in onCallAudioStateChanged()
93 super.onCallAudioStateChanged(audioState); in onCallAudioStateChanged()
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
119 callback.onCallAudioStateChanged(audioState); in onCallAudioStateChanged()
134 void onCallAudioStateChanged(CallAudioState audioState); in onCallAudioStateChanged() method
DUiCallManager.java137 public void onCallAudioStateChanged(CallAudioState audioState) {
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java159 doNothing().when(mockConnectionServiceWrapper).onCallAudioStateChanged(any(Call.class), in setUp()
936 verify(mockCallsManager, never()).onCallAudioStateChanged(any(CallAudioState.class), in verifyNoSystemAudioChanges()
938 verify(mockConnectionServiceWrapper, never()).onCallAudioStateChanged( in verifyNoSystemAudioChanges()
950 verify(mockCallsManager, timeout(TEST_TIMEOUT).atLeastOnce()).onCallAudioStateChanged( in verifyNewSystemCallAudioState()
953 .onCallAudioStateChanged(same(fakeCall), newStateCaptor2.capture()); in verifyNewSystemCallAudioState()
968 doNothing().when(mockConnectionServiceWrapper).onCallAudioStateChanged(any(Call.class), in resetMocks()
DInCallServiceFixture.java98 public void onCallAudioStateChanged(CallAudioState audioState) throws RemoteException { in onCallAudioStateChanged() method in InCallServiceFixture.FakeInCallService
DVideoCallTests.java239 .onCallAudioStateChanged(callAudioStateArgumentCaptor.capture()); in verifyAudioRoute()
DConnectionServiceFixture.java295 public void onCallAudioStateChanged(String activeCallId, CallAudioState audioState, in onCallAudioStateChanged() method in ConnectionServiceFixture.FakeConnectionService
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java908 public void onCallAudioStateChanged(CallAudioState oldCallAudioState, in onCallAudioStateChanged() method in InCallController
915 inCallService.onCallAudioStateChanged(newCallAudioState); in onCallAudioStateChanged()
1317 inCallService.onCallAudioStateChanged(mCallsManager.getAudioState()); in onConnected()
DCallsManagerListenerBase.java55 public void onCallAudioStateChanged(CallAudioState oldAudioState, in onCallAudioStateChanged() method in CallsManagerListenerBase
DCallAudioRouteStateMachine.java1375 mCallsManager.onCallAudioStateChanged(mLastKnownCallAudioState, newCallAudioState); in setSystemAudioState()
1385 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
DConnectionServiceWrapper.java1084 public void onCallAudioStateChanged(Call activeCall, CallAudioState audioState) { in onCallAudioStateChanged() method in ConnectionServiceWrapper
1089 mServiceInterface.onCallAudioStateChanged(callId, audioState, in onCallAudioStateChanged()
DCallsManager.java112 void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState newAudioState); in onCallAudioStateChanged() method
1710 public void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState in onCallAudioStateChanged() method in CallsManager
1714 listener.onCallAudioStateChanged(oldAudioState, newAudioState); in onCallAudioStateChanged()
/packages/apps/Dialer/java/com/android/incallui/
DInCallServiceImpl.java42 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallServiceImpl
/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