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

/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java275 public void sendCallEvent(String callId, String event, Bundle extras) { method in class:InCallAdapter
277 mAdapter.sendCallEvent(callId, event, extras);
H A DConnectionService.java258 public void sendCallEvent(String callId, String event, Bundle extras) {
420 sendCallEvent(callId, event, extras);
981 * See {@link Call#sendCallEvent(String, Bundle)}.
987 private void sendCallEvent(String callId, String event, Bundle extras) { method in class:ConnectionService
988 Log.d(this, "sendCallEvent(%s, %s)", callId, event);
989 Connection connection = findConnectionForAction(callId, "sendCallEvent");
H A DCall.java1051 public void sendCallEvent(String event, Bundle extras) { method in class:Call
1052 mInCallAdapter.sendCallEvent(mTelecomCallId, event, extras);

Completed in 118 milliseconds