Home
last modified time | relevance | path

Searched refs:onFailedOutgoingCall (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAnomalyWatchdog.java251 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) { in onFailedOutgoingCall() method in CallAnomalyWatchdog
DCall.java171 default void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) {}; in onFailedOutgoingCall() method
230 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) {} in onFailedOutgoingCall() method in Call.ListenerBase
2778 listener.onFailedOutgoingCall(this, disconnectCause); in handleCreateConferenceFailure()
2800 listener.onFailedOutgoingCall(this, disconnectCause); in handleCreateConnectionFailure()
DCallsManager.java957 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) { in onFailedOutgoingCall() method in CallsManager
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java892 verify(listener).onFailedOutgoingCall(outgoingCall, cause); in testHandleCreateConferenceFailure()
960 verify(listener).onFailedOutgoingCall(outgoingCall, cause); in testHandleCreateConnectionFailure()
DCallsManagerTest.java3040 mCallsManager.onFailedOutgoingCall(call, new DisconnectCause(DisconnectCause.OTHER)); in testOnFailedOutgoingCallRemovesCallImmediately()
3299 mCallsManager.onFailedOutgoingCall(call, new DisconnectCause(DisconnectCause.OTHER)); in testOnFailedOutgoingCallUnholdsCallAfterLocallyDisconnect()
3320 mCallsManager.onFailedOutgoingCall(call, new DisconnectCause(DisconnectCause.OTHER)); in testOnFailedOutgoingCallUnholdsCallIfNoHoldButton()