Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothCall.java133 public void sendCallEvent(String event, Bundle extras) { in sendCallEvent() method in BluetoothCall
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java575 public void sendCallEvent(String callId, String event, int targetSdkVer, Bundle extras) { in sendCallEvent() method in InCallAdapter
DCall.java2998 public void sendCallEvent(String event, Bundle extras) { in sendCallEvent() method in Call
3011 public void sendCallEvent(String event, int targetSdkVer, Bundle extras) { in sendCallEvent() method in Call
DConnectionServiceWrapper.java1865 void sendCallEvent(Call call, String event, Bundle extras) { in sendCallEvent() method in ConnectionServiceWrapper
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java391 public void sendCallEvent(String callId, String event, Bundle extras, in sendCallEvent() method in ConnectionServiceFixture.FakeConnectionService