Searched refs:shouldShowVideoUiForCall (Results 1 – 1 of 1) sorted by relevance
566 final boolean shouldShowVideoUi = shouldShowVideoUiForCall(call); in checkForVideoStateChange()592 final boolean shouldShowVideoUi = shouldShowVideoUiForCall(call); in checkForCallStateChange()630 final boolean shouldShowVideoUi = shouldShowVideoUiForCall(newPrimaryCall); in onPrimaryCallChanged()766 if (shouldShowVideoUiForCall(call) && hasChanged) { in changeVideoCall()830 private static boolean shouldShowVideoUiForCall(@Nullable DialerCall call) { in shouldShowVideoUiForCall() method in VideoCallPresenter