Home
last modified time | relevance | path

Searched refs:onCallEndpointChanged (Results 1 – 14 of 14) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallEndpointControllerTest.java141 verify(mConnectionService, times(1)).onCallEndpointChanged(eq(mCall), eq(endpoint)); in testCurrentEndpointChangedToBluetooth()
161 verify(mConnectionService, times(1)).onCallEndpointChanged(eq(mCall), eq(endpoint)); in testCurrentEndpointChangedToStreaming()
183 verify(mConnectionService, times(1)).onCallEndpointChanged(eq(mCall), eq(endpoint)); in testCurrentEndpointChangedBetweenBluetooth()
271 verify(mConnectionService, never()).onCallEndpointChanged(any(), any()); in testAvailableEndpointChanged()
293 verify(mConnectionService, never()).onCallEndpointChanged(any(), any()); in testAvailableBluetoothEndpointChanged()
313 verify(mConnectionService, never()).onCallEndpointChanged(any(), any()); in testMuteStateChanged()
332 verify(mConnectionService, times(1)).onCallEndpointChanged(eq(mCall), eq(endpoint)); in testNotifyForcely()
DInCallServiceFixture.java118 public void onCallEndpointChanged(CallEndpoint callEndpoint) {} in onCallEndpointChanged() method in InCallServiceFixture.FakeInCallService
DCallTest.java355 verify(tsw, times(1)).onCallEndpointChanged(any(), any()); in testMultipleCachedCurrentEndpointChanges()
448 verify(tsw, times(1)).onCallEndpointChanged(any(), any()); in testAllCachedCallbacks()
DConnectionServiceFixture.java366 public void onCallEndpointChanged(String callId, CallEndpoint callEndpoint, in onCallEndpointChanged() method in ConnectionServiceFixture.FakeConnectionService
/packages/services/Telecomm/src/com/android/server/telecom/
DCallEndpointController.java208 call.getConnectionService().onCallEndpointChanged(call, mActiveCallEndpoint); in notifyCallEndpointChange()
211 .onCallEndpointChanged(call, mActiveCallEndpoint); in notifyCallEndpointChange()
223 service.onCallEndpointChanged(call, mActiveCallEndpoint); in onCallEndpointChangedOrCache()
DCallSourceService.java36 void onCallEndpointChanged(Call activeCall, CallEndpoint callEndpoint); in onCallEndpointChanged() method
DCachedCurrentEndpointChange.java42 service.onCallEndpointChanged(call, mCurrentCallEndpoint); in executeCallback()
DCallsManagerListenerBase.java66 public void onCallEndpointChanged(CallEndpoint callEndpoint) { in onCallEndpointChanged() method in CallsManagerListenerBase
DTransactionalServiceWrapper.java521 public void onCallEndpointChanged(Call call, CallEndpoint endpoint) {
524 mICallEventCallback.onCallEndpointChanged(call.getId(), endpoint);
DInCallController.java1775 public void onCallEndpointChanged(CallEndpoint callEndpoint) { in onCallEndpointChanged() method in InCallController
1783 inCallService.onCallEndpointChanged(callEndpoint); in onCallEndpointChanged()
2664 inCallService.onCallEndpointChanged(mCallsManager.getCallEndpointController() in onConnected()
DConnectionServiceWrapper.java2102 public void onCallEndpointChanged(Call activeCall, CallEndpoint callEndpoint) { in onCallEndpointChanged() method in ConnectionServiceWrapper
2107 mServiceInterface.onCallEndpointChanged(callId, callEndpoint, in onCallEndpointChanged()
DCallsManager.java233 void onCallEndpointChanged(CallEndpoint callEndpoint); in onCallEndpointChanged() method
4065 listener.onCallEndpointChanged(callEndpoint);
/packages/services/Telecomm/flags/
Dtelecom_incallservice_flags.aconfig32 description: "Ensure onCallEndpointChanged is sent to ICS when it connects."
/packages/services/Telecomm/testapps/transactionalVoipApp/src/com/android/server/telecom/transactionalVoipApp/
DMyVoipCall.java96 public void onCallEndpointChanged(@NonNull CallEndpoint newCallEndpoint) { in onCallEndpointChanged() method in MyVoipCall