Home
last modified time | relevance | path

Searched refs:inCallPresenter (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallButtonPresenter.java73 final InCallPresenter inCallPresenter = InCallPresenter.getInstance(); in onUiReady() local
74 inCallPresenter.addListener(this); in onUiReady()
75 inCallPresenter.addIncomingCallListener(this); in onUiReady()
76 inCallPresenter.addDetailsListener(this); in onUiReady()
77 inCallPresenter.addCanAddCallListener(this); in onUiReady()
78 inCallPresenter.getInCallCameraManager().addCameraSelectionListener(this); in onUiReady()
81 onStateChange(InCallState.NO_CALLS, inCallPresenter.getInCallState(), in onUiReady()
DAnswerPresenter.java136 InCallPresenter inCallPresenter = InCallPresenter.getInstance(); in onUpgradeToVideo() local
138 && inCallPresenter.getInCallState() == InCallPresenter.InCallState.INCOMING) { in onUpgradeToVideo()
141 inCallPresenter.declineUpgradeRequest(getUi().getContext()); in onUpgradeToVideo()
DVideoPauseController.java104 public void setUp(InCallPresenter inCallPresenter) { in setUp() argument
106 mInCallPresenter = Preconditions.checkNotNull(inCallPresenter); in setUp()
DInCallPresenter.java288 static synchronized void setInstance(InCallPresenter inCallPresenter) { in setInstance() argument
289 sInCallPresenter = inCallPresenter; in setInstance()