Searched refs:ICallControl (Results 1 – 4 of 4) sorted by relevance
22 import com.android.internal.telecom.ICallControl;34 void onAddCallControl(String callId, int resultCode, in ICallControl callControl, in onAddCallControl()
28 oneway interface ICallControl { interface
199 public void onAddCallControl(String callId, int resultCode, ICallControl callControl,
34 import com.android.internal.telecom.ICallControl;55 private final ICallControl mServerInterface;60 public CallControl(@NonNull String callId, @Nullable ICallControl serverInterface, in CallControl()