Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java124 public void onConnectionEvent(String callId, String event, Bundle extras) in onConnectionEvent() method in InCallServiceFixture.FakeInCallService
DBasicCallTests.java718 .onConnectionEvent(ids.mCallId, TEST_EVENT, null); in testSendConnectionEventNull()
739 .onConnectionEvent(eq(ids.mCallId), eq(TEST_EVENT), bundleArgumentCaptor.capture()); in testSendConnectionEventNotNull()
DConnectionServiceFixture.java639 a.onConnectionEvent(id, event, extras, null /*Session.Info*/); in sendConnectionEvent()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java138 void onConnectionEvent(Call call, String event, Bundle extras); in onConnectionEvent() method
214 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.ListenerBase
3054 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Call
3076 l.onConnectionEvent(this, event, extras); in onConnectionEvent()
DConnectionServiceWrapper.java420 call.onConnectionEvent(Connection.EVENT_CALL_MERGE_FAILED, null); in setConferenceMergeFailed()
884 public void onConnectionEvent(String callId, String event, Bundle extras, in onConnectionEvent() method in ConnectionServiceWrapper.Adapter
893 call.onConnectionEvent(event, extras); in onConnectionEvent()
DInCallController.java677 public void onConnectionEvent(Call call, String event, Bundle extras) {
1019 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
DCallsManager.java3079 call.onConnectionEvent(Connection.EVENT_HANDOVER_COMPLETE, null);
3106 handoverFrom.onConnectionEvent(Connection.EVENT_HANDOVER_FAILED, null);
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java214 public void onConnectionEvent(Connection c, String event, Bundle extras) {
DTelephonyConnection.java556 public void onConnectionEvent(String event, Bundle extras) {
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java336 public void onConnectionEvent(android.telecom.Call call, String event, Bundle extras) {