Searched defs:sendCallEvent (Results 1 – 5 of 5) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallSourceService.java | 42 void sendCallEvent(Call activeCall, String event, Bundle extras); in sendCallEvent() method
|
D | InCallAdapter.java | 601 public void sendCallEvent(String callId, String event, int targetSdkVer, Bundle extras) { in sendCallEvent() method in InCallAdapter
|
D | ConnectionServiceWrapper.java | 2442 public void sendCallEvent(Call call, String event, Bundle extras) { in sendCallEvent() method in ConnectionServiceWrapper
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothCall.java | 156 public void sendCallEvent(String event, Bundle extras) { in sendCallEvent() method in BluetoothCall
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ConnectionServiceFixture.java | 423 public void sendCallEvent(String callId, String event, Bundle extras, in sendCallEvent() method in ConnectionServiceFixture.FakeConnectionService
|