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.java732 .onConnectionEvent(ids.mCallId, TEST_EVENT, null); in testSendConnectionEventNull()
753 .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
3517 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Call
3543 l.onConnectionEvent(this, event, extras); in onConnectionEvent()
DConnectionServiceWrapper.java452 call.onConnectionEvent(Connection.EVENT_CALL_MERGE_FAILED, null); in setConferenceMergeFailed()
944 public void onConnectionEvent(String callId, String event, Bundle extras, in onConnectionEvent() method in ConnectionServiceWrapper.Adapter
953 call.onConnectionEvent(event, extras); in onConnectionEvent()
DInCallController.java846 public void onConnectionEvent(Call call, String event, Bundle extras) {
1227 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
DCallsManager.java3600 call.onConnectionEvent(Connection.EVENT_HANDOVER_COMPLETE, null);
3627 handoverFrom.onConnectionEvent(Connection.EVENT_HANDOVER_FAILED, null);
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java472 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in TelephonyConnection.TelephonyConnectionListener
643 public void onConnectionEvent(String event, Bundle extras) {
3144 listener.onConnectionEvent(this, event, extras); in notifyTelephonyConnectionEvent()
DImsConference.java283 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) {