Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java910 call.onConnectionEvent(Connection.EVENT_ON_HOLD_TONE_START, null); in testOnConnectionEventNotifiesListener()
914 call.onConnectionEvent(Connection.EVENT_ON_HOLD_TONE_END, null); in testOnConnectionEventNotifiesListener()
918 call.onConnectionEvent(Connection.EVENT_CALL_HOLD_FAILED, null); in testOnConnectionEventNotifiesListener()
921 call.onConnectionEvent(Connection.EVENT_CALL_SWITCH_FAILED, null); in testOnConnectionEventNotifiesListener()
929 call.onConnectionEvent(Connection.EVENT_DEVICE_TO_DEVICE_MESSAGE, d2dExtras); in testOnConnectionEventNotifiesListener()
935 call.onConnectionEvent(Connection.EVENT_CALL_QUALITY_REPORT, callQualityExtras); in testOnConnectionEventNotifiesListener()
950 verify(listener).onConnectionEvent( in testDiagnosticMessage()
960 verify(listener).onConnectionEvent( in testDiagnosticMessage()
DInCallServiceFixture.java143 public void onConnectionEvent(String callId, String event, Bundle extras) in onConnectionEvent() method in InCallServiceFixture.FakeInCallService
DBasicCallTests.java821 .onConnectionEvent(ids.mCallId, TEST_EVENT, null); in testSendConnectionEventNull()
842 .onConnectionEvent(eq(ids.mCallId), eq(TEST_EVENT), bundleArgumentCaptor.capture()); in testSendConnectionEventNotNull()
DConnectionServiceFixture.java726 a.onConnectionEvent(id, event, extras, null /*Session.Info*/); in sendConnectionEvent()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java190 default void onConnectionEvent(Call call, String event, Bundle extras) {}; in onConnectionEvent() method
280 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.ListenerBase
4353 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Call
4357 l.onConnectionEvent(this, event, extras); in onConnectionEvent()
4414 l.onConnectionEvent(this, event, extras); in onConnectionEvent()
4640 onConnectionEvent(android.telecom.Call.EVENT_DISPLAY_DIAGNOSTIC_MESSAGE, extras); in displayDiagnosticMessage()
4651 onConnectionEvent(android.telecom.Call.EVENT_CLEAR_DIAGNOSTIC_MESSAGE, extras); in clearDiagnosticMessage()
DTransactionalServiceWrapper.java374 call.onConnectionEvent(event, extras);
DConnectionServiceWrapper.java541 call.onConnectionEvent(Connection.EVENT_CALL_MERGE_FAILED, null); in setConferenceMergeFailed()
1142 public void onConnectionEvent(String callId, String event, Bundle extras, in onConnectionEvent() method in ConnectionServiceWrapper.Adapter
1151 call.onConnectionEvent(event, extras); in onConnectionEvent()
DInCallController.java976 public void onConnectionEvent(Call call, String event, Bundle extras) {
1927 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java555 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in TelephonyConnection.TelephonyConnectionListener
745 public void onConnectionEvent(String event, Bundle extras) {
3740 listener.onConnectionEvent(this, event, extras); in notifyTelephonyConnectionEvent()
DImsConference.java285 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) {