Home
last modified time | relevance | path

Searched refs:isVideoUpgrade (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java154 || isVideoUpgrade(sessionModificationState); in isCameraRequired()
194 || isVideoUpgrade(sessionModificationState); in showOutgoingVideo()
214 else if (isAudioCall(call) && !isVideoUpgrade(call)) { in updateCameraSelection()
714 .setInCallAllowsOrientationChange(isVideoCall(call) || isVideoUpgrade(call)); in checkForOrientationAllowedChange()
726 || isVideoUpgrade(sessionModificationState); in updateFullscreenAndGreenScreenMode()
839 if (isVideoUpgrade(call)) { in shouldShowVideoUiForCall()
1130 private static boolean isVideoUpgrade(DialerCall call) { in isVideoUpgrade() method in VideoCallPresenter
1135 private static boolean isVideoUpgrade(@SessionModificationState int state) { in isVideoUpgrade() method in VideoCallPresenter