Searched refs:onConnectionEvent (Results 1 – 9 of 9) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | Call.java | 129 void onConnectionEvent(Call call, String event, Bundle extras); in onConnectionEvent() method 199 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.ListenerBase 2689 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Call 2707 l.onConnectionEvent(this, event, extras); in onConnectionEvent()
|
D | ConnectionServiceWrapper.java | 359 call.onConnectionEvent(Connection.EVENT_CALL_MERGE_FAILED, null); in setConferenceMergeFailed() 767 public void onConnectionEvent(String callId, String event, Bundle extras, in onConnectionEvent() method in ConnectionServiceWrapper.Adapter 776 call.onConnectionEvent(event, extras); in onConnectionEvent()
|
D | InCallController.java | 675 public void onConnectionEvent(Call call, String event, Bundle extras) { 985 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
|
D | CallsManager.java | 2296 call.onConnectionEvent(Connection.EVENT_HANDOVER_COMPLETE, null); in completeHandoverFrom() 2320 handoverFrom.onConnectionEvent(Connection.EVENT_HANDOVER_FAILED, null); in rejectHandoverTo()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | InCallServiceFixture.java | 119 public void onConnectionEvent(String callId, String event, Bundle extras) in onConnectionEvent() method in InCallServiceFixture.FakeInCallService
|
D | BasicCallTests.java | 671 .onConnectionEvent(ids.mCallId, TEST_EVENT, null); in testSendConnectionEventNull() 691 .onConnectionEvent(eq(ids.mCallId), eq(TEST_EVENT), bundleArgumentCaptor.capture()); in testSendConnectionEventNotNull()
|
D | ConnectionServiceFixture.java | 611 a.onConnectionEvent(id, event, extras, null /*Session.Info*/); in sendConnectionEvent()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | DialerCall.java | 243 public void onConnectionEvent(android.telecom.Call call, String event, Bundle extras) {
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 415 public void onConnectionEvent(String event, Bundle extras) {
|