Searched refs:inCallScreenDelegate (Results 1 – 9 of 9) sorted by relevance
542 private final InCallScreenDelegate inCallScreenDelegate; field in ButtonController.ManageConferenceButtonController544 public ManageConferenceButtonController(@NonNull InCallScreenDelegate inCallScreenDelegate) { in ManageConferenceButtonController() argument551 Assert.isNotNull(inCallScreenDelegate); in ManageConferenceButtonController()552 this.inCallScreenDelegate = inCallScreenDelegate; in ManageConferenceButtonController()557 inCallScreenDelegate.onManageConferenceClicked(); in onClick()563 private final InCallScreenDelegate inCallScreenDelegate; field in ButtonController.SwitchToSecondaryButtonController565 public SwitchToSecondaryButtonController(InCallScreenDelegate inCallScreenDelegate) { in SwitchToSecondaryButtonController() argument572 Assert.isNotNull(inCallScreenDelegate); in SwitchToSecondaryButtonController()573 this.inCallScreenDelegate = inCallScreenDelegate; in SwitchToSecondaryButtonController()578 inCallScreenDelegate.onSecondaryInfoClicked(); in onClick()
89 private InCallScreenDelegate inCallScreenDelegate; field in InCallFragment210 inCallScreenDelegate.onInCallScreenResumed(); in onResume()217 inCallScreenDelegate = in onViewCreated()219 Assert.isNotNull(inCallScreenDelegate); in onViewCreated()233 new ButtonController.ManageConferenceButtonController(inCallScreenDelegate)); in onViewCreated()235 new ButtonController.SwitchToSecondaryButtonController(inCallScreenDelegate)); in onViewCreated()237 inCallScreenDelegate.onInCallScreenDelegateInit(this); in onViewCreated()238 inCallScreenDelegate.onInCallScreenReady(); in onViewCreated()244 inCallScreenDelegate.onInCallScreenPaused(); in onPause()250 inCallScreenDelegate.onInCallScreenUnready(); in onDestroyView()[all …]
31 @NonNull private InCallScreenDelegate inCallScreenDelegate; field in SwitchOnHoldCallController47 @NonNull InCallScreenDelegate inCallScreenDelegate, in SwitchOnHoldCallController() argument52 this.inCallScreenDelegate = Assert.isNotNull(inCallScreenDelegate); in SwitchOnHoldCallController()88 inCallScreenDelegate.onSecondaryInfoClicked(); in onClick()
97 private InCallScreenDelegate inCallScreenDelegate; field in SurfaceViewVideoCallFragment258 inCallScreenDelegate = in onViewCreated()269 switchOnHoldButton, onHoldContainer, inCallScreenDelegate, videoCallScreenDelegate); in onViewCreated()273 inCallScreenDelegate.onInCallScreenDelegateInit(this); in onViewCreated()274 inCallScreenDelegate.onInCallScreenReady(); in onViewCreated()291 inCallScreenDelegate.onInCallScreenUnready(); in onDestroyView()320 inCallScreenDelegate.onInCallScreenResumed(); in onResume()327 inCallScreenDelegate.onInCallScreenPaused(); in onPause()
125 private InCallScreenDelegate inCallScreenDelegate; field in VideoCallFragment317 inCallScreenDelegate = in onViewCreated()328 switchOnHoldButton, onHoldContainer, inCallScreenDelegate, videoCallScreenDelegate); in onViewCreated()332 inCallScreenDelegate.onInCallScreenDelegateInit(this); in onViewCreated()333 inCallScreenDelegate.onInCallScreenReady(); in onViewCreated()350 inCallScreenDelegate.onInCallScreenUnready(); in onDestroyView()381 inCallScreenDelegate.onInCallScreenResumed(); in onResume()388 inCallScreenDelegate.onInCallScreenPaused(); in onPause()
37 private final InCallScreenDelegate inCallScreenDelegate; field in RttOverflowMenu44 InCallScreenDelegate inCallScreenDelegate) { in RttOverflowMenu() argument47 this.inCallScreenDelegate = inCallScreenDelegate; in RttOverflowMenu()68 this.inCallScreenDelegate.onSecondaryInfoClicked(); in RttOverflowMenu()
96 private InCallScreenDelegate inCallScreenDelegate; field in RttChatFragment136 inCallScreenDelegate = in onCreate()154 inCallScreenDelegate.onInCallScreenDelegateInit(this); in onViewCreated()155 inCallScreenDelegate.onInCallScreenReady(); in onViewCreated()244 overflowMenu = new RttOverflowMenu(getContext(), inCallButtonUiDelegate, inCallScreenDelegate); in onCreateView()298 inCallScreenDelegate.onInCallScreenUnready(); in onDestroyView()
90 private InCallScreenDelegate inCallScreenDelegate; field in CallPendingActivity299 if (inCallScreenDelegate != null) {300 return inCallScreenDelegate;302 return inCallScreenDelegate =
144 private InCallScreenDelegate inCallScreenDelegate; field in AnswerFragment816 inCallScreenDelegate.onInCallScreenResumed(); in onResume()851 inCallScreenDelegate.onInCallScreenPaused(); in onPause()862 inCallScreenDelegate.onInCallScreenUnready(); in onDestroyView()1101 inCallScreenDelegate = in createInCallScreenDelegate()1104 Assert.isNotNull(inCallScreenDelegate); in createInCallScreenDelegate()1105 inCallScreenDelegate.onInCallScreenDelegateInit(this); in createInCallScreenDelegate()1106 inCallScreenDelegate.onInCallScreenReady(); in createInCallScreenDelegate()