Searched defs:sendCallEvent (Results  1 – 5 of 5) sorted by relevance
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ | 
| D | BluetoothCall.java | 155     public void sendCallEvent(String event, Bundle extras) {  in sendCallEvent()  method in BluetoothCall
 | 
| /packages/services/Telecomm/src/com/android/server/telecom/ | 
| D | InCallAdapter.java | 594     public void sendCallEvent(String callId, String event, int targetSdkVer, Bundle extras) {  in sendCallEvent()  method in InCallAdapter
 | 
| D | Call.java | 3281     public void sendCallEvent(String event, Bundle extras) {  in sendCallEvent()  method in Call3294     public void sendCallEvent(String event, int targetSdkVer, Bundle extras) {  in sendCallEvent()  method in Call
 
 | 
| D | ConnectionServiceWrapper.java | 2280     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 | 423         public void sendCallEvent(String callId, String event, Bundle extras,  in sendCallEvent()  method in ConnectionServiceFixture.FakeConnectionService
 |