Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
DImsVideoCallCallback.java92 videoTech.getSessionModificationState()); in onSessionModifyResponseReceived()
94 if (videoTech.getSessionModificationState() in onSessionModifyResponseReceived()
115 if (videoTech.getSessionModificationState() == newSessionModificationState) { in onSessionModifyResponseReceived()
125 } else if (videoTech.getSessionModificationState() in onSessionModifyResponseReceived()
128 } else if (videoTech.getSessionModificationState() in onSessionModifyResponseReceived()
DImsVideoTech.java99 if (getSessionModificationState() in onCallStateChanged()
123 public int getSessionModificationState() { in getSessionModificationState() method in ImsVideoTech
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java429 mPrimaryCall.getVideoTech().getSessionModificationState(), in onCameraPermissionGranted()
546 mPrimaryCall.getState(), mPrimaryCall.getVideoTech().getSessionModificationState()); in onFullscreenModeChanged()
612 call.getVideoTech().getSessionModificationState(), in checkForCallStateChange()
693 call.getState(), call.getVideoTech().getSessionModificationState()); in updateVideoCall()
758 mPrimaryCall.getVideoTech().getSessionModificationState()); in isCameraRequired()
784 call.getVideoTech().getSessionModificationState(), in adjustVideoMode()
802 isCameraRequired(newVideoState, call.getVideoTech().getSessionModificationState())); in adjustVideoMode()
DStatusBarNotifier.java310 call.getVideoTech().getSessionModificationState() in buildAndSendNotification()
661 } else if (call.getVideoTech().getSessionModificationState() in getIconToDisplay()
720 } else if (call.getVideoTech().getSessionModificationState() in getContentString()
1014 if (mDialerCall.getVideoTech().getSessionModificationState() in onDialerCallSessionModificationStateChange()
DCallCardPresenter.java415 mPrimary.getVideoTech().getSessionModificationState() in onDialerCallSessionModificationStateChange()
460 mPrimary.getVideoTech().getSessionModificationState(), in updatePrimaryCallState()
1057 if (mPrimary.getVideoTech().getSessionModificationState() in shouldShowEndCallButton()
DInCallPresenter.java742 if (VideoUtils.hasReceivedVideoUpgradeRequest(call.getVideoTech().getSessionModificationState()) in onUpgradeToVideo()
758 int newState = call.getVideoTech().getSessionModificationState(); in onSessionModificationStateChange()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java794 return VideoUtils.hasReceivedVideoUpgradeRequest(getVideoTech().getSessionModificationState()); in hasReceivedVideoUpgradeRequest()
798 return VideoUtils.hasSentVideoUpgradeRequest(getVideoTech().getSessionModificationState()); in hasSentVideoUpgradeRequest()
886 getVideoTech().getSessionModificationState(), in toString()
DCallList.java482 if (call.getVideoTech().getSessionModificationState() in getVideoUpgradeRequestCall()
/packages/apps/Dialer/java/com/android/incallui/videotech/
DVideoTech.java45 int getSessionModificationState(); in getSessionModificationState() method
/packages/apps/Dialer/java/com/android/incallui/videotech/empty/
DEmptyVideoTech.java59 public int getSessionModificationState() { in getSessionModificationState() method in EmptyVideoTech
/packages/apps/Dialer/java/com/android/incallui/videotech/lightbringer/
DLightbringerTech.java83 public int getSessionModificationState() { in getSessionModificationState() method in LightbringerTech