Home
last modified time | relevance | path

Searched refs:onCallAudioStateChanged (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DInCallServiceImpl.java115 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallServiceImpl
117 callback.onCallAudioStateChanged(audioState); in onCallAudioStateChanged()
143 void onCallAudioStateChanged(CallAudioState audioState); in onCallAudioStateChanged() method
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteTransitionTests.java184 doNothing().when(mockConnectionServiceWrapper).onCallAudioStateChanged(any(Call.class), in setUp()
756 verify(mockCallsManager, timeout(TEST_TIMEOUT).atLeastOnce()).onCallAudioStateChanged( in verifyNewSystemCallAudioState()
759 .onCallAudioStateChanged(same(fakeCall), newStateCaptor2.capture()); in verifyNewSystemCallAudioState()
770 verify(mockCallsManager, never()).onCallAudioStateChanged(any(CallAudioState.class), in verifyNoSystemAudioChanges()
772 verify(mockConnectionServiceWrapper, never()).onCallAudioStateChanged( in verifyNoSystemAudioChanges()
DCallAudioRouteStateMachineTest.java114 doNothing().when(mockConnectionServiceWrapper).onCallAudioStateChanged(any(Call.class), in setUp()
591 verify(mockCallsManager, timeout(TEST_TIMEOUT).atLeastOnce()).onCallAudioStateChanged( in verifyNewSystemCallAudioState()
594 .onCallAudioStateChanged(same(fakeCall), newStateCaptor2.capture()); in verifyNewSystemCallAudioState()
614 doNothing().when(mockConnectionServiceWrapper).onCallAudioStateChanged(any(Call.class), in resetMocks()
DInCallServiceFixture.java103 public void onCallAudioStateChanged(CallAudioState audioState) throws RemoteException { in onCallAudioStateChanged() method in InCallServiceFixture.FakeInCallService
DVideoCallTests.java272 .onCallAudioStateChanged(callAudioStateArgumentCaptor.capture()); in verifyAudioRoute()
DConnectionServiceFixture.java306 public void onCallAudioStateChanged(String activeCallId, CallAudioState audioState, in onCallAudioStateChanged() method in ConnectionServiceFixture.FakeConnectionService
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java55 public void onCallAudioStateChanged(CallAudioState oldAudioState, in onCallAudioStateChanged() method in CallsManagerListenerBase
DInCallController.java924 public void onCallAudioStateChanged(CallAudioState oldCallAudioState, in onCallAudioStateChanged() method in InCallController
931 inCallService.onCallAudioStateChanged(newCallAudioState); in onCallAudioStateChanged()
1406 inCallService.onCallAudioStateChanged(mCallsManager.getAudioState()); in onConnected()
DCallAudioRouteStateMachine.java1604 mCallsManager.onCallAudioStateChanged(mLastKnownCallAudioState, newCallAudioState); in setSystemAudioState()
1614 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
DConnectionServiceWrapper.java1342 public void onCallAudioStateChanged(Call activeCall, CallAudioState audioState) { in onCallAudioStateChanged() method in ConnectionServiceWrapper
1347 mServiceInterface.onCallAudioStateChanged(callId, audioState, in onCallAudioStateChanged()
DCallsManager.java135 void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState newAudioState); in onCallAudioStateChanged() method
2344 public void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState
2348 listener.onCallAudioStateChanged(oldAudioState, newAudioState);
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestInCallServiceImpl.java78 public void onCallAudioStateChanged(CallAudioState cas) { in onCallAudioStateChanged() method in TestInCallServiceImpl
DSelfManagedConnection.java83 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in SelfManagedConnection
DTestConnectionManager.java212 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in TestConnectionManager.TestManagedConnection
/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/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java735 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in TelephonyConnection