Searched refs:onIncomingCall (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DAnswerPresenter.java30 * an instance alive so that it can receive onIncomingCall callbacks.
74 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { method in class:AnswerPresenter
75 Log.d(this, "onIncomingCall: " + this);
90 public void onIncomingCall(Call call) { method in class:AnswerPresenter
H A DConferenceManagerPresenter.java97 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { method in class:ConferenceManagerPresenter
100 Log.d(this, "onIncomingCall()... Conference ui is showing, hide it.");
H A DCallList.java139 listener.onIncomingCall(call);
634 public void onIncomingCall(Call call); method in interface:CallList.Listener
H A DVideoPauseController.java220 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { method in class:VideoPauseController
221 log("onIncomingCall, OldState=" + oldState + " NewState=" + newState + " Call=" + call);
H A DInCallPresenter.java672 public void onIncomingCall(Call call) { method in class:InCallPresenter
680 listener.onIncomingCall(oldState, mInCallState, call);
1888 public void onIncomingCall(InCallState oldState, InCallState newState, Call call); method in interface:InCallPresenter.IncomingCallListener
H A DCallButtonPresenter.java146 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { method in class:CallButtonPresenter
H A DCallCardPresenter.java208 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { method in class:CallCardPresenter
H A DVideoCallPresenter.java392 public void onIncomingCall(InCallPresenter.InCallState oldState, method in class:VideoCallPresenter

Completed in 66 milliseconds