Searched refs:onFailedOutgoingCall (Results 1 – 5 of 5) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAnomalyWatchdog.java | 251 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) { in onFailedOutgoingCall() method in CallAnomalyWatchdog
|
D | Call.java | 171 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()
|
D | CallsManager.java | 957 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) { in onFailedOutgoingCall() method in CallsManager
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallTest.java | 892 verify(listener).onFailedOutgoingCall(outgoingCall, cause); in testHandleCreateConferenceFailure() 960 verify(listener).onFailedOutgoingCall(outgoingCall, cause); in testHandleCreateConnectionFailure()
|
D | CallsManagerTest.java | 3040 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()
|