Home
last modified time | relevance | path

Searched refs:onConnectionEvent (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java119 public void onConnectionEvent(String callId, String event, Bundle extras) in onConnectionEvent() method in InCallServiceFixture.FakeInCallService
DBasicCallTests.java624 .onConnectionEvent(ids.mCallId, TEST_EVENT, null); in testSendConnectionEventNull()
644 .onConnectionEvent(eq(ids.mCallId), eq(TEST_EVENT), bundleArgumentCaptor.capture()); in testSendConnectionEventNotNull()
DConnectionServiceFixture.java521 a.onConnectionEvent(id, event, extras); in sendConnectionEvent()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java113 void onConnectionEvent(Call call, String event, Bundle extras); in onConnectionEvent() method
180 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.ListenerBase
2047 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Call
2064 l.onConnectionEvent(this, event, extras); in onConnectionEvent()
DInCallController.java517 public void onConnectionEvent(Call call, String event, Bundle extras) {
718 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
DConnectionServiceWrapper.java628 public void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceWrapper.Adapter
636 call.onConnectionEvent(event, extras); in onConnectionEvent()