Home
last modified time | relevance | path

Searched defs:sendCallEvent (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallSourceService.java42 void sendCallEvent(Call activeCall, String event, Bundle extras); in sendCallEvent() method
DInCallAdapter.java601 public void sendCallEvent(String callId, String event, int targetSdkVer, Bundle extras) { in sendCallEvent() method in InCallAdapter
DConnectionServiceWrapper.java2442 public void sendCallEvent(Call call, String event, Bundle extras) { in sendCallEvent() method in ConnectionServiceWrapper
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java156 public void sendCallEvent(String event, Bundle extras) { in sendCallEvent() method in BluetoothCall
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java423 public void sendCallEvent(String callId, String event, Bundle extras, in sendCallEvent() method in ConnectionServiceFixture.FakeConnectionService