Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DCallButtonPresenter.java279 mCall.getVideoTech().upgradeToVideo(); in changeToVideoClicked()
340 mCall.getVideoTech().setCamera(null); in pauseVideoClicked()
341 mCall.getVideoTech().stopTransmission(); in pauseVideoClicked()
345 mCall.getVideoTech().resumeTransmission(); in pauseVideoClicked()
363 mCall.getVideoTech().setCamera(cameraId); in updateCamera()
437 mInCallButtonUi.setVideoPaused(!call.getVideoTech().isTransmitting() || !hasCameraPermission); in updateButtonsState()
446 return call.getVideoTech().isAvailable(mContext); in hasVideoCallCapabilities()
DVideoCallPresenter.java430 mPrimaryCall.getVideoTech().getSessionModificationState(), in onCameraPermissionGranted()
547 mPrimaryCall.getState(), mPrimaryCall.getVideoTech().getSessionModificationState()); in onFullscreenModeChanged()
613 call.getVideoTech().getSessionModificationState(), in checkForCallStateChange()
694 call.getState(), call.getVideoTech().getSessionModificationState()); in updateVideoCall()
759 mPrimaryCall.getVideoTech().getSessionModificationState()); in isCameraRequired()
785 call.getVideoTech().getSessionModificationState(), in adjustVideoMode()
803 isCameraRequired(newVideoState, call.getVideoTech().getSessionModificationState())); in adjustVideoMode()
DAnswerScreenPresenter.java100 call.getVideoTech().acceptVideoRequestAsAudio(); in onAnswer()
107 call.getVideoTech().acceptVideoRequest(); in onAnswer()
127 call.getVideoTech().declineVideoRequest(); in onReject()
DInCallActivity.java472 if (dialerCall != null && dialerCall.getVideoTech().shouldUseSurfaceView()) { in newVideoCallScreenDelegate()
473 return dialerCall.getVideoTech().createVideoCallScreenDelegate(this, videoCallScreen); in newVideoCallScreenDelegate()
658 call.getVideoTech().isSelfManagedCamera(), in showAnswerScreenFragment()
742 call.getId(), call.getVideoTech().shouldUseSurfaceView()); in showVideoCallScreenFragment()
DNotificationBroadcastReceiver.java98 call.getVideoTech().acceptVideoRequest(); in acceptUpgradeRequest()
111 call.getVideoTech().declineVideoRequest(); in declineUpgradeRequest()
DVideoPauseController.java318 call.getVideoTech().unpause(); in sendRequest()
320 call.getVideoTech().pause(); in sendRequest()
DStatusBarNotifier.java306 call.getVideoTech().getSessionModificationState() in buildAndSendNotification()
664 } else if (call.getVideoTech().getSessionModificationState() in getIconToDisplay()
717 } else if (call.getVideoTech().getSessionModificationState() in getContentString()
1019 if (mDialerCall.getVideoTech().getSessionModificationState() in onDialerCallSessionModificationStateChange()
DCallCardPresenter.java417 mPrimary.getVideoTech().getSessionModificationState() in onDialerCallSessionModificationStateChange()
456 mPrimary.getVideoTech().getSessionModificationState(), in updatePrimaryCallState()
1033 if (mPrimary.getVideoTech().getSessionModificationState() in shouldShowEndCallButton()
DInCallPresenter.java771 if (VideoUtils.hasReceivedVideoUpgradeRequest(call.getVideoTech().getSessionModificationState()) in onUpgradeToVideo()
776 call.getVideoTech().declineVideoRequest(); in onUpgradeToVideo()
787 int newState = call.getVideoTech().getSessionModificationState(); in onSessionModificationStateChange()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java819 return getVideoTech().isTransmittingOrReceiving(); in isVideoCall()
823 return VideoUtils.hasReceivedVideoUpgradeRequest(getVideoTech().getSessionModificationState()); in hasReceivedVideoUpgradeRequest()
827 return VideoUtils.hasSentVideoUpgradeRequest(getVideoTech().getSessionModificationState()); in hasSentVideoUpgradeRequest()
915 getVideoTech().getSessionModificationState(), in toString()
1116 public VideoTech getVideoTech() { in getVideoTech() method in DialerCall
1117 return mVideoTechManager.getVideoTech(); in getVideoTech()
1522 VideoTech getVideoTech() { in getVideoTech() method in DialerCall.VideoTechManager
DCallList.java494 if (call.getVideoTech().getSessionModificationState() in getVideoUpgradeRequestCall()
692 call.getVideoTech().setDeviceOrientation(rotation); in notifyCallsOfDeviceRotation()