Searched defs:sendCallEvent (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | InCallAdapter.java | 570 public void sendCallEvent(String callId, String event, int targetSdkVer, Bundle extras) { in sendCallEvent() method in InCallAdapter
|
D | Call.java | 2753 public void sendCallEvent(String event, Bundle extras) { in sendCallEvent() method in Call 2766 public void sendCallEvent(String event, int targetSdkVer, Bundle extras) { in sendCallEvent() method in Call
|
D | ConnectionServiceWrapper.java | 1798 void sendCallEvent(Call call, String event, Bundle extras) { in sendCallEvent() method in ConnectionServiceWrapper
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ConnectionServiceFixture.java | 381 public void sendCallEvent(String callId, String event, Bundle extras, in sendCallEvent() method in ConnectionServiceFixture.FakeConnectionService
|