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.java225 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) { in onFailedOutgoingCall() method in CallAnomalyWatchdog
DCall.java153 default void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) {}; in onFailedOutgoingCall() method
211 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) {} in onFailedOutgoingCall() method in Call.ListenerBase
2684 listener.onFailedOutgoingCall(this, disconnectCause); in handleCreateConferenceFailure()
2706 listener.onFailedOutgoingCall(this, disconnectCause); in handleCreateConnectionFailure()
DCallsManager.java850 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) { in onFailedOutgoingCall() method in CallsManager
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java796 verify(listener).onFailedOutgoingCall(outgoingCall, cause); in testHandleCreateConferenceFailure()
864 verify(listener).onFailedOutgoingCall(outgoingCall, cause); in testHandleCreateConnectionFailure()
DCallsManagerTest.java3033 mCallsManager.onFailedOutgoingCall(call, new DisconnectCause(DisconnectCause.OTHER)); in testOnFailedOutgoingCallRemovesCallImmediately()
3292 mCallsManager.onFailedOutgoingCall(call, new DisconnectCause(DisconnectCause.OTHER)); in testOnFailedOutgoingCallUnholdsCallAfterLocallyDisconnect()
3313 mCallsManager.onFailedOutgoingCall(call, new DisconnectCause(DisconnectCause.OTHER)); in testOnFailedOutgoingCallUnholdsCallIfNoHoldButton()