Searched refs:onFailedOutgoingCall (Results 1 – 5 of 5) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAnomalyWatchdog.java | 225 public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) { in onFailedOutgoingCall() method in CallAnomalyWatchdog
|
D | Call.java | 153 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()
|
D | CallsManager.java | 850 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 | 796 verify(listener).onFailedOutgoingCall(outgoingCall, cause); in testHandleCreateConferenceFailure() 864 verify(listener).onFailedOutgoingCall(outgoingCall, cause); in testHandleCreateConnectionFailure()
|
D | CallsManagerTest.java | 3033 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()
|