/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/ |
D | InCallServiceImpl.java | 82 void onCallAudioStateChanged(CallAudioState callAudioState); in onCallAudioStateChanged() method 137 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallServiceImpl 139 callback.onCallAudioStateChanged(audioState); in onCallAudioStateChanged()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAudioRouteTransitionTests.java | 189 doNothing().when(mockConnectionServiceWrapper).onCallAudioStateChanged(any(Call.class), in setUp() 837 verify(mockCallsManager, timeout(TEST_TIMEOUT).atLeastOnce()).onCallAudioStateChanged( in verifyNewSystemCallAudioState() 840 .onCallAudioStateChanged(same(fakeCall), newStateCaptor2.capture()); in verifyNewSystemCallAudioState() 851 verify(mockCallsManager, never()).onCallAudioStateChanged(any(CallAudioState.class), in verifyNoSystemAudioChanges() 853 verify(mockConnectionServiceWrapper, never()).onCallAudioStateChanged( in verifyNoSystemAudioChanges()
|
D | CallAudioRouteStateMachineTest.java | 124 doNothing().when(mockConnectionServiceWrapper).onCallAudioStateChanged(any(Call.class), in setUp() 698 verify(mockCallsManager, timeout(TEST_TIMEOUT).atLeastOnce()).onCallAudioStateChanged( in verifyNewSystemCallAudioState() 701 .onCallAudioStateChanged(same(fakeCall), newStateCaptor2.capture()); in verifyNewSystemCallAudioState() 721 doNothing().when(mockConnectionServiceWrapper).onCallAudioStateChanged(any(Call.class), in resetMocks()
|
D | InCallServiceFixture.java | 103 public void onCallAudioStateChanged(CallAudioState audioState) throws RemoteException { in onCallAudioStateChanged() method in InCallServiceFixture.FakeInCallService
|
D | VideoCallTests.java | 272 .onCallAudioStateChanged(callAudioStateArgumentCaptor.capture()); in verifyAudioRoute()
|
D | ConnectionServiceFixture.java | 341 public void onCallAudioStateChanged(String activeCallId, CallAudioState audioState, in onCallAudioStateChanged() method in ConnectionServiceFixture.FakeConnectionService
|
/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/telecom/ |
D | InCallServiceImplTest.java | 199 mInCallServiceImpl.onCallAudioStateChanged(mMockCallAudioState); in testAddCallAudioStateChangedCallback() 200 verify(mCallAudioStateCallback).onCallAudioStateChanged(any()); in testAddCallAudioStateChangedCallback()
|
/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 | 1310 public void onCallAudioStateChanged(CallAudioState oldCallAudioState, in onCallAudioStateChanged() method in InCallController 1318 inCallService.onCallAudioStateChanged(newCallAudioState); in onCallAudioStateChanged() 1882 inCallService.onCallAudioStateChanged(mCallsManager.getAudioState()); in onConnected()
|
D | CallDiagnosticServiceController.java | 329 public void onCallAudioStateChanged(CallAudioState oldCallAudioState, in onCallAudioStateChanged() method in CallDiagnosticServiceController
|
D | CallAudioRouteStateMachine.java | 1737 mCallsManager.onCallAudioStateChanged(mLastKnownCallAudioState, newCallAudioState); in setSystemAudioState() 1747 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
|
D | ConnectionServiceWrapper.java | 1575 public void onCallAudioStateChanged(Call activeCall, CallAudioState audioState) { in onCallAudioStateChanged() method in ConnectionServiceWrapper 1580 mServiceInterface.onCallAudioStateChanged(callId, audioState, in onCallAudioStateChanged()
|
D | CallsManager.java | 169 void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState newAudioState); in onCallAudioStateChanged() method 2978 public void onCallAudioStateChanged(CallAudioState oldAudioState, CallAudioState 2982 listener.onCallAudioStateChanged(oldAudioState, newAudioState);
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestCallDiagnosticService.java | 83 public void onCallAudioStateChanged(@NonNull CallAudioState audioState) { in onCallAudioStateChanged() method in TestCallDiagnosticService
|
D | TestInCallServiceImpl.java | 74 public void onCallAudioStateChanged(CallAudioState cas) { in onCallAudioStateChanged() method in TestInCallServiceImpl
|
D | SelfManagedConnection.java | 83 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in SelfManagedConnection
|
D | TestConnectionManager.java | 211 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in TestConnectionManager.TestManagedConnection
|
/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/ |
D | CarModeInCallServiceImpl.java | 77 public void onCallAudioStateChanged(CallAudioState cas) { in onCallAudioStateChanged() method in CarModeInCallServiceImpl
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | InCallServiceImpl.java | 52 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallServiceImpl
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorConference.java | 86 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in SimulatorConference
|
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 538 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in BluetoothInCallService 539 super.onCallAudioStateChanged(audioState); in onCallAudioStateChanged()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 961 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in TelephonyConnection
|