Home
last modified time | relevance | path

Searched defs:onCallEndpointChanged (Results 1 – 9 of 9) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallSourceService.java35 void onCallEndpointChanged(Call activeCall, CallEndpoint callEndpoint); in onCallEndpointChanged() method
DCallsManagerListenerBase.java66 public void onCallEndpointChanged(CallEndpoint callEndpoint) { in onCallEndpointChanged() method in CallsManagerListenerBase
DTransactionalServiceWrapper.java577 public void onCallEndpointChanged(Call call, CallEndpoint endpoint) { in onCallEndpointChanged() method in TransactionalServiceWrapper
DCallsManager.java204 void onCallEndpointChanged(CallEndpoint callEndpoint); in onCallEndpointChanged() method
DConnectionServiceWrapper.java2049 public void onCallEndpointChanged(Call activeCall, CallEndpoint callEndpoint) { in onCallEndpointChanged() method in ConnectionServiceWrapper
DInCallController.java1700 public void onCallEndpointChanged(CallEndpoint callEndpoint) { in onCallEndpointChanged() method in InCallController
/packages/services/Telecomm/testapps/transactionalVoipApp/src/com/android/server/telecom/transactionalVoipApp/
DMyVoipCall.java96 public void onCallEndpointChanged(@NonNull CallEndpoint newCallEndpoint) { in onCallEndpointChanged() method in MyVoipCall
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java118 public void onCallEndpointChanged(CallEndpoint callEndpoint) {} in onCallEndpointChanged() method in InCallServiceFixture.FakeInCallService
DConnectionServiceFixture.java366 public void onCallEndpointChanged(String callId, CallEndpoint callEndpoint, in onCallEndpointChanged() method in ConnectionServiceFixture.FakeConnectionService