/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallTest.java | 910 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()
|
D | InCallServiceFixture.java | 143 public void onConnectionEvent(String callId, String event, Bundle extras) in onConnectionEvent() method in InCallServiceFixture.FakeInCallService
|
D | BasicCallTests.java | 821 .onConnectionEvent(ids.mCallId, TEST_EVENT, null); in testSendConnectionEventNull() 842 .onConnectionEvent(eq(ids.mCallId), eq(TEST_EVENT), bundleArgumentCaptor.capture()); in testSendConnectionEventNotNull()
|
D | ConnectionServiceFixture.java | 726 a.onConnectionEvent(id, event, extras, null /*Session.Info*/); in sendConnectionEvent()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | Call.java | 190 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()
|
D | TransactionalServiceWrapper.java | 374 call.onConnectionEvent(event, extras);
|
D | ConnectionServiceWrapper.java | 541 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()
|
D | InCallController.java | 976 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/ |
D | TelephonyConnection.java | 555 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()
|
D | ImsConference.java | 285 public void onConnectionEvent(Connection c, String event, Bundle extras) {
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | DialerCall.java | 338 public void onConnectionEvent(android.telecom.Call call, String event, Bundle extras) {
|