Home | History | Annotate | Download | only in incallui

Lines Matching refs:Details

323     // To get updates of video call details changes
667 * Handles changes to the details of the call. The {@link VideoCallPresenter} is interested in
670 * @param call The call for which the details changed.
671 * @param details The new call details.
674 public void onDetailsChanged(DialerCall call, android.telecom.Call.Details details) {
677 "call: %s, details: %s, mPrimaryCall: %s",
679 details,
684 // If the details change is not for the currently active call no update is required.
686 LogUtil.v("VideoCallPresenter.onDetailsChanged", "details not for current active call");