Searched refs:onIncomingCall (Results 1 – 7 of 7) sorted by relevance
/packages/apps/InCallUI/src/com/android/incallui/ |
D | InCallPresenter.java | 428 public void onIncomingCall(Call call) { in onIncomingCall() method in InCallPresenter 436 listener.onIncomingCall(oldState, mInCallState, call); in onIncomingCall() 1443 public void onIncomingCall(InCallState oldState, InCallState newState, Call call); in onIncomingCall() method
|
D | CallList.java | 134 listener.onIncomingCall(call); in onIncoming() 541 public void onIncomingCall(Call call); in onIncomingCall() method
|
D | ConferenceManagerPresenter.java | 97 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { in onIncomingCall() method in ConferenceManagerPresenter
|
D | AnswerPresenter.java | 79 public void onIncomingCall(Call call) { in onIncomingCall() method in AnswerPresenter
|
D | VideoCallPresenter.java | 282 public void onIncomingCall(InCallPresenter.InCallState oldState, in onIncomingCall() method in VideoCallPresenter
|
D | CallButtonPresenter.java | 122 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { in onIncomingCall() method in CallButtonPresenter
|
D | CallCardPresenter.java | 154 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { in onIncomingCall() method in CallCardPresenter
|