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
202 public void onAddCallControl(String callId, int resultCode, ICallControl callControl,
33 import com.android.internal.telecom.ICallControl;54 private final ICallControl mServerInterface;57 public CallControl(@NonNull String callId, @NonNull ICallControl serverInterface) { in CallControl()