Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java137 doNothing().when(mockConnectionServiceWrapper).onCallAudioStateChanged(any(Call.class), in setUp()
764 verify(mockCallsManager, never()).onCallAudioStateChanged(any(CallAudioState.class), in verifyNoSystemAudioChanges()
766 verify(mockConnectionServiceWrapper, never()).onCallAudioStateChanged( in verifyNoSystemAudioChanges()
778 verify(mockCallsManager, timeout(TEST_TIMEOUT).atLeastOnce()).onCallAudioStateChanged( in verifyNewSystemCallAudioState()
781 .onCallAudioStateChanged(same(fakeCall), newStateCaptor2.capture()); in verifyNewSystemCallAudioState()
792 doNothing().when(mockConnectionServiceWrapper).onCallAudioStateChanged(any(Call.class), in resetMocks()
DVideoCallTests.java134 verify(mInCallServiceFixtureX.getTestDouble(), atLeastOnce()).onCallAudioStateChanged( in verifyAudioRoute()
DInCallServiceFixture.java98 public void onCallAudioStateChanged(CallAudioState audioState) throws RemoteException { in onCallAudioStateChanged() method in InCallServiceFixture.FakeInCallService
DConnectionServiceFixture.java241 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.java645 public void onCallAudioStateChanged(CallAudioState oldCallAudioState, in onCallAudioStateChanged() method in InCallController
652 inCallService.onCallAudioStateChanged(newCallAudioState); in onCallAudioStateChanged()
943 inCallService.onCallAudioStateChanged(mCallsManager.getAudioState()); in onConnected()
DCallAudioRouteStateMachine.java1183 mCallsManager.onCallAudioStateChanged(mLastKnownCallAudioState, newCallAudioState); in setSystemAudioState()
1192 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
DCallsManager.java101 void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState newAudioState); in onCallAudioStateChanged() method
1319 public void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState in onCallAudioStateChanged() method in CallsManager
1323 listener.onCallAudioStateChanged(oldAudioState, newAudioState); in onCallAudioStateChanged()
DConnectionServiceWrapper.java805 public void onCallAudioStateChanged(Call activeCall, CallAudioState audioState) { in onCallAudioStateChanged() method in ConnectionServiceWrapper
810 mServiceInterface.onCallAudioStateChanged(callId, audioState); in onCallAudioStateChanged()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallServiceImpl.java35 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallServiceImpl
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java181 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in TestConnectionManager.TestManagedConnection
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java412 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in TelephonyConnection