Searched refs:onFailedOutgoingCall (Results 1 – 2 of 2) sorted by relevance
113 void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause); in onFailedOutgoingCall() method160 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) {} in onFailedOutgoingCall() method in Call.ListenerBase2062 listener.onFailedOutgoingCall(this, disconnectCause); in handleCreateConferenceFailure()2082 listener.onFailedOutgoingCall(this, disconnectCause); in handleCreateConnectionFailure()
640 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) { in onFailedOutgoingCall() method in CallsManager