Searched defs:sendCallEvent (Results 1 - 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallAdapter.java398 public void sendCallEvent(String callId, String event, Bundle extras) { method in class:InCallAdapter
406 call.sendCallEvent(event, extras);
408 Log.w(this, "sendCallEvent, unknown call id: %s", callId);
H A DConnectionServiceWrapper.java989 void sendCallEvent(Call call, String event, Bundle extras) { method in class:ConnectionServiceWrapper
991 if (callId != null && isServiceValid("sendCallEvent")) {
993 logOutgoing("sendCallEvent %s %s", callId, event);
994 mServiceInterface.sendCallEvent(callId, event, extras);
H A DCall.java1560 * See {@link Call#sendCallEvent(String, Bundle)}.
1565 public void sendCallEvent(String event, Bundle extras) { method in class:Call
1566 mConnectionService.sendCallEvent(this, event, extras);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java271 public void sendCallEvent(String callId, String event, Bundle extras) throws RemoteException method in class:ConnectionServiceFixture.FakeConnectionService

Completed in 42 milliseconds