Searched refs:removeCall (Results 1 – 5 of 5) sorted by relevance
288 void removeCall(String callId) { in removeCall() method in ConnectionServiceAdapter291 adapter.removeCall(callId, Log.getExternalSession()); in removeCall()
180 mDelegate.removeCall((String) msg.obj,491 public void removeCall(String connectionId,
278 public void removeCall(String callId, Session.Info sessionInfo) {
3136 mAdapter.removeCall(id); in removeConnection()3173 mAdapter.removeCall(id); in removeConference()
81 void removeCall(String callId, in Session.Info sessionInfo); in removeCall() method