Home
last modified time | relevance | path

Searched refs:onSuccessfulOutgoingCall (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java112 void onSuccessfulOutgoingCall(Call call, int callState); in onSuccessfulOutgoingCall() method
158 public void onSuccessfulOutgoingCall(Call call, int callState) {} in onSuccessfulOutgoingCall() method in Call.ListenerBase
1991 l.onSuccessfulOutgoingCall(this, in handleCreateConferenceSuccess()
2035 l.onSuccessfulOutgoingCall(this, in handleCreateConnectionSuccess()
DCallsManager.java620 public void onSuccessfulOutgoingCall(Call call, int callState) { in onSuccessfulOutgoingCall() method in CallsManager