Searched refs:onFailedOutgoingCall (Results 1 – 2 of 2) sorted by relevance
124 void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause); in onFailedOutgoingCall() method175 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) {} in onFailedOutgoingCall() method in Call.ListenerBase2284 listener.onFailedOutgoingCall(this, disconnectCause); in handleCreateConferenceFailure()2304 listener.onFailedOutgoingCall(this, disconnectCause); in handleCreateConnectionFailure()
656 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) { in onFailedOutgoingCall() method in CallsManager