Searched refs:onConnectionEvent (Results 1 – 6 of 6) sorted by relevance
/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 | 624 .onConnectionEvent(ids.mCallId, TEST_EVENT, null); in testSendConnectionEventNull() 644 .onConnectionEvent(eq(ids.mCallId), eq(TEST_EVENT), bundleArgumentCaptor.capture()); in testSendConnectionEventNotNull()
|
D | ConnectionServiceFixture.java | 521 a.onConnectionEvent(id, event, extras); in sendConnectionEvent()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | Call.java | 113 void onConnectionEvent(Call call, String event, Bundle extras); in onConnectionEvent() method 180 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.ListenerBase 2047 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Call 2064 l.onConnectionEvent(this, event, extras); in onConnectionEvent()
|
D | InCallController.java | 517 public void onConnectionEvent(Call call, String event, Bundle extras) { 718 inCallService.onConnectionEvent(mCallIdMapper.getCallId(call), event, extras); in notifyConnectionEvent()
|
D | ConnectionServiceWrapper.java | 628 public void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceWrapper.Adapter 636 call.onConnectionEvent(event, extras); in onConnectionEvent()
|