Searched refs:inCallPresenter (Results 1 – 4 of 4) sorted by relevance
73 final InCallPresenter inCallPresenter = InCallPresenter.getInstance(); in onUiReady() local74 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()
136 InCallPresenter inCallPresenter = InCallPresenter.getInstance(); in onUpgradeToVideo() local138 && inCallPresenter.getInCallState() == InCallPresenter.InCallState.INCOMING) { in onUpgradeToVideo()141 inCallPresenter.declineUpgradeRequest(getUi().getContext()); in onUpgradeToVideo()
104 public void setUp(InCallPresenter inCallPresenter) { in setUp() argument106 mInCallPresenter = Preconditions.checkNotNull(inCallPresenter); in setUp()
288 static synchronized void setInstance(InCallPresenter inCallPresenter) { in setInstance() argument289 sInCallPresenter = inCallPresenter; in setInstance()