Lines Matching refs:inCallPresenter
36 private InCallPresenter inCallPresenter; field in VideoPauseController
96 public void setUp(@NonNull InCallPresenter inCallPresenter) { in setUp() argument
98 this.inCallPresenter = Assert.isNotNull(inCallPresenter); in setUp()
99 this.inCallPresenter.addListener(this); in setUp()
100 this.inCallPresenter.addIncomingCallListener(this); in setUp()
109 inCallPresenter.removeListener(this); in tearDown()
110 inCallPresenter.removeIncomingCallListener(this); in tearDown()
116 inCallPresenter = null; in clear()
255 if (inCallPresenter == null) { in onUiShowing()
259 final boolean isInCall = inCallPresenter.getInCallState() == InCallState.INCALL; in onUiShowing()
297 if (inCallPresenter != null) { in bringToForeground()
298 inCallPresenter.bringToForeground(false); in bringToForeground()