Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DInCallServiceImpl.java82 void onCallAudioStateChanged(CallAudioState callAudioState); in onCallAudioStateChanged() method
137 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallServiceImpl
139 callback.onCallAudioStateChanged(audioState); in onCallAudioStateChanged()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java367 public void onCallAudioStateChanged(CallAudioState callAudioState) { in onCallAudioStateChanged() method in InCallService.InCallServiceBinder
424 public void onCallAudioStateChanged(Phone phone, CallAudioState callAudioState) {
425 InCallService.this.onCallAudioStateChanged(callAudioState);
629 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallService
H A DPhone.java62 public void onCallAudioStateChanged(Phone phone, CallAudioState callAudioState) { } in onCallAudioStateChanged() method in Phone.Listener
447 listener.onCallAudioStateChanged(this, audioState); in fireCallAudioStateChanged()
H A DCallDiagnosticService.java97 getExecutor().execute(() -> onCallAudioStateChanged(callAudioState)); in updateCallAudioState()
235 public abstract void onCallAudioStateChanged( in onCallAudioStateChanged() method in CallDiagnosticService
H A DConference.java318 public void onCallAudioStateChanged(CallAudioState state) {} in onCallAudioStateChanged() method in Conference
730 onCallAudioStateChanged(state); in setCallAudioState()
H A DRemoteConference.java539 mConnectionService.onCallAudioStateChanged(mId, state, null /*Session.Info*/); in setCallAudioState()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallAudioRouteTransitionTests.java189 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()
H A DCallAudioRouteStateMachineTest.java124 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()
H A DInCallServiceFixture.java103 public void onCallAudioStateChanged(CallAudioState audioState) throws RemoteException { in onCallAudioStateChanged() method in InCallServiceFixture.FakeInCallService
H A DVideoCallTests.java272 .onCallAudioStateChanged(callAudioStateArgumentCaptor.capture()); in verifyAudioRoute()
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallService.aidl44 void onCallAudioStateChanged(in CallAudioState callAudioState); in onCallAudioStateChanged() method
H A DIConnectionService.aidl98 void onCallAudioStateChanged(String activeCallId, in CallAudioState callAudioState, in onCallAudioStateChanged() method
/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/telecom/
H A DInCallServiceImplTest.java207 mInCallServiceImpl.onCallAudioStateChanged(mMockCallAudioState); in testAddCallAudioStateChangedCallback()
208 verify(mCallAudioStateCallback).onCallAudioStateChanged(any()); in testAddCallAudioStateChangedCallback()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManagerListenerBase.java55 public void onCallAudioStateChanged(CallAudioState oldAudioState, in onCallAudioStateChanged() method in CallsManagerListenerBase
H A DCallDiagnosticServiceController.java329 public void onCallAudioStateChanged(CallAudioState oldCallAudioState, in onCallAudioStateChanged() method in CallDiagnosticServiceController
H A DInCallController.java1310 public void onCallAudioStateChanged(CallAudioState oldCallAudioState, in onCallAudioStateChanged() method in InCallController
1318 inCallService.onCallAudioStateChanged(newCallAudioState); in onCallAudioStateChanged()
1882 inCallService.onCallAudioStateChanged(mCallsManager.getAudioState()); in onConnected()
H A DCallAudioRouteStateMachine.java1737 mCallsManager.onCallAudioStateChanged(mLastKnownCallAudioState, newCallAudioState); in setSystemAudioState()
1747 call.getConnectionService().onCallAudioStateChanged(call, newCallAudioState); in updateAudioForForegroundCall()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestCallDiagnosticService.java83 public void onCallAudioStateChanged(@NonNull CallAudioState audioState) { in onCallAudioStateChanged() method in TestCallDiagnosticService
H A DTestInCallServiceImpl.java74 public void onCallAudioStateChanged(CallAudioState cas) { in onCallAudioStateChanged() method in TestInCallServiceImpl
H A DSelfManagedConnection.java83 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in SelfManagedConnection
H A DTestConnectionManager.java211 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in TestConnectionManager.TestManagedConnection
/aosp12/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
H A DCarModeInCallServiceImpl.java77 public void onCallAudioStateChanged(CallAudioState cas) { in onCallAudioStateChanged() method in CarModeInCallServiceImpl
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DInCallServiceImpl.java52 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in InCallServiceImpl
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorConference.java86 public void onCallAudioStateChanged(CallAudioState state) { in onCallAudioStateChanged() method in SimulatorConference
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java550 public void onCallAudioStateChanged(CallAudioState audioState) { in onCallAudioStateChanged() method in BluetoothInCallService
551 super.onCallAudioStateChanged(audioState); in onCallAudioStateChanged()

12