Searched refs:onIncomingCall (Results 1 – 8 of 8) sorted by relevance
/packages/apps/InCallUI/src/com/android/incallui/ |
D | AnswerPresenter.java | 72 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { in onIncomingCall() method in AnswerPresenter 88 public void onIncomingCall(Call call) { in onIncomingCall() method in AnswerPresenter
|
D | InCallPresenter.java | 463 public void onIncomingCall(Call call) { in onIncomingCall() method in InCallPresenter 471 listener.onIncomingCall(oldState, mInCallState, call); in onIncomingCall() 1605 public void onIncomingCall(InCallState oldState, InCallState newState, Call call); in onIncomingCall() method
|
D | CallList.java | 128 listener.onIncomingCall(call); in onIncoming() 612 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 | VideoPauseController.java | 233 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { in onIncomingCall() method in VideoPauseController
|
D | CallButtonPresenter.java | 134 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { in onIncomingCall() method in CallButtonPresenter
|
D | CallCardPresenter.java | 178 public void onIncomingCall(InCallState oldState, InCallState newState, Call call) { in onIncomingCall() method in CallCardPresenter
|
D | VideoCallPresenter.java | 377 public void onIncomingCall(InCallPresenter.InCallState oldState, in onIncomingCall() method in VideoCallPresenter
|