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.java737 .onConnectionEvent(ids.mCallId, TEST_EVENT, null); in testSendConnectionEventNull()
758 .onConnectionEvent(eq(ids.mCallId), eq(TEST_EVENT), bundleArgumentCaptor.capture()); in testSendConnectionEventNotNull()
DConnectionServiceFixture.java679 a.onConnectionEvent(id, event, extras, null /*Session.Info*/); in sendConnectionEvent()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java146 void onConnectionEvent(Call call, String event, Bundle extras); in onConnectionEvent() method
228 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.ListenerBase
3606 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Call
3632 l.onConnectionEvent(this, event, extras); in onConnectionEvent()
DConnectionServiceWrapper.java459 call.onConnectionEvent(Connection.EVENT_CALL_MERGE_FAILED, null); in setConferenceMergeFailed()
952 public void onConnectionEvent(String callId, String event, Bundle extras, in onConnectionEvent() method in ConnectionServiceWrapper.Adapter
961 call.onConnectionEvent(event, extras); in onConnectionEvent()
DInCallController.java824 public void onConnectionEvent(Call call, String event, Bundle extras) {
1165 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
DCallsManager.java3651 call.onConnectionEvent(Connection.EVENT_HANDOVER_COMPLETE, null);
3678 handoverFrom.onConnectionEvent(Connection.EVENT_HANDOVER_FAILED, null);
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java466 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in TelephonyConnection.TelephonyConnectionListener
637 public void onConnectionEvent(String event, Bundle extras) {
3135 listener.onConnectionEvent(this, event, extras); in notifyTelephonyConnectionEvent()
DImsConference.java282 public void onConnectionEvent(Connection c, String event, Bundle extras) {
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java338 public void onConnectionEvent(android.telecom.Call call, String event, Bundle extras) {