/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | InCallServiceFixture.java | 124 public void onConnectionEvent(String callId, String event, Bundle extras) in onConnectionEvent() method in InCallServiceFixture.FakeInCallService
|
D | BasicCallTests.java | 732 .onConnectionEvent(ids.mCallId, TEST_EVENT, null); in testSendConnectionEventNull() 753 .onConnectionEvent(eq(ids.mCallId), eq(TEST_EVENT), bundleArgumentCaptor.capture()); in testSendConnectionEventNotNull()
|
D | ConnectionServiceFixture.java | 679 a.onConnectionEvent(id, event, extras, null /*Session.Info*/); in sendConnectionEvent()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | Call.java | 146 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()
|
D | ConnectionServiceWrapper.java | 452 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()
|
D | InCallController.java | 846 public void onConnectionEvent(Call call, String event, Bundle extras) { 1227 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
|
D | CallsManager.java | 3600 call.onConnectionEvent(Connection.EVENT_HANDOVER_COMPLETE, null); 3627 handoverFrom.onConnectionEvent(Connection.EVENT_HANDOVER_FAILED, null);
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 472 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()
|
D | ImsConference.java | 283 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) {
|