Home | History | Annotate | Download | only in telecom

Lines Matching defs:onExtrasChanged

1499     void onExtrasChanged(Call call, Bundle extras) {
1501 if (callId != null && isServiceValid("onExtrasChanged")) {
1503 logOutgoing("onExtrasChanged %s %s", callId, extras);
1504 mServiceInterface.onExtrasChanged(callId, extras, Log.getExternalSession());