/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAudioRouteStateMachineTest.java | 137 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()
|
D | VideoCallTests.java | 134 verify(mInCallServiceFixtureX.getTestDouble(), atLeastOnce()).onCallAudioStateChanged( in verifyAudioRoute()
|
D | InCallServiceFixture.java | 98 public void onCallAudioStateChanged(CallAudioState audioState) throws RemoteException { in onCallAudioStateChanged() method in InCallServiceFixture.FakeInCallService
|
D | ConnectionServiceFixture.java | 241 public void onCallAudioStateChanged(String activeCallId, CallAudioState audioState) in onCallAudioStateChanged() method in ConnectionServiceFixture.FakeConnectionService
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallsManagerListenerBase.java | 55 public void onCallAudioStateChanged(CallAudioState oldAudioState, in onCallAudioStateChanged() method in CallsManagerListenerBase
|
D | InCallController.java | 645 public void onCallAudioStateChanged(CallAudioState oldCallAudioState, in onCallAudioStateChanged() method in InCallController 652 inCallService.onCallAudioStateChanged(newCallAudioState); in onCallAudioStateChanged() 943 inCallService.onCallAudioStateChanged(mCallsManager.getAudioState()); in onConnected()
|
D | CallAudioRouteStateMachine.java | 1183 mCallsManager.onCallAudioStateChanged(mLastKnownCallAudioState, newCallAudioState); in setSystemAudioState() 1192 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
|
D | CallsManager.java | 101 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()
|
D | ConnectionServiceWrapper.java | 805 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/ |
D | InCallServiceImpl.java | 35 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallServiceImpl
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionManager.java | 181 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in TestConnectionManager.TestManagedConnection
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 412 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in TelephonyConnection
|