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

/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java306 public void sendCallEvent(String callId, String event, int targetSdkVer, Bundle extras) { method in class:InCallAdapter
308 mAdapter.sendCallEvent(callId, event, targetSdkVer, extras);
H A DConnectionService.java573 public void sendCallEvent(String callId, String event, Bundle extras,
1066 sendCallEvent(callId, event, extras);
1807 * See {@link Call#sendCallEvent(String, Bundle)}.
1813 private void sendCallEvent(String callId, String event, Bundle extras) { method in class:ConnectionService
1814 Log.d(this, "sendCallEvent(%s, %s)", callId, event);
1815 Connection connection = findConnectionForAction(callId, "sendCallEvent");
H A DCall.java136 * Call event sent from a {@link Call} via {@link #sendCallEvent(String, Bundle)} to inform
1490 public void sendCallEvent(String event, Bundle extras) { method in class:Call
1491 mInCallAdapter.sendCallEvent(mTelecomCallId, event, mTargetSdkVersion, extras);

Completed in 137 milliseconds