Searched refs:inCallScreenDelegate (Results 1 – 9 of 9) sorted by relevance
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()319 inCallScreenDelegate.onInCallScreenResumed(); in onResume()326 inCallScreenDelegate.onInCallScreenPaused(); in onPause()
125 private InCallScreenDelegate inCallScreenDelegate; field in VideoCallFragment341 inCallScreenDelegate = in onViewCreated()352 switchOnHoldButton, onHoldContainer, inCallScreenDelegate, videoCallScreenDelegate); in onViewCreated()356 inCallScreenDelegate.onInCallScreenDelegateInit(this); in onViewCreated()357 inCallScreenDelegate.onInCallScreenReady(); in onViewCreated()380 inCallScreenDelegate.onInCallScreenUnready(); in onDestroyView()410 inCallScreenDelegate.onInCallScreenResumed(); in onResume()417 inCallScreenDelegate.onInCallScreenPaused(); in onPause()
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 InCallFragment209 inCallScreenDelegate.onInCallScreenResumed(); in onResume()216 inCallScreenDelegate = in onViewCreated()218 Assert.isNotNull(inCallScreenDelegate); in onViewCreated()232 new ButtonController.ManageConferenceButtonController(inCallScreenDelegate)); in onViewCreated()234 new ButtonController.SwitchToSecondaryButtonController(inCallScreenDelegate)); in onViewCreated()236 inCallScreenDelegate.onInCallScreenDelegateInit(this); in onViewCreated()237 inCallScreenDelegate.onInCallScreenReady(); in onViewCreated()243 inCallScreenDelegate.onInCallScreenPaused(); in onPause()249 inCallScreenDelegate.onInCallScreenUnready(); in onDestroyView()[all …]
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 CallPendingActivity296 if (inCallScreenDelegate != null) {297 return inCallScreenDelegate;299 return inCallScreenDelegate =
149 private InCallScreenDelegate inCallScreenDelegate; field in AnswerFragment821 inCallScreenDelegate.onInCallScreenResumed(); in onResume()856 inCallScreenDelegate.onInCallScreenPaused(); in onPause()867 inCallScreenDelegate.onInCallScreenUnready(); in onDestroyView()1144 inCallScreenDelegate = in createInCallScreenDelegate()1147 Assert.isNotNull(inCallScreenDelegate); in createInCallScreenDelegate()1148 inCallScreenDelegate.onInCallScreenDelegateInit(this); in createInCallScreenDelegate()1149 inCallScreenDelegate.onInCallScreenReady(); in createInCallScreenDelegate()