Searched refs:newVideoState (Results 1 – 4 of 4) sorted by relevance
53 int newVideoState = CallUtils.getUnPausedVideoState(videoProfile.getVideoState()); in onSessionModifyRequestReceived() local56 boolean isVideoCall = CallUtils.isVideoCall(newVideoState); in onSessionModifyRequestReceived()61 } else if (previousVideoState != newVideoState) { in onSessionModifyRequestReceived()63 newVideoState); in onSessionModifyRequestReceived()
652 int newVideoState = call.getVideoState(); in enterVideoMode() local654 Log.d(this, "enterVideoMode videoCall= " + videoCall + " videoState: " + newVideoState); in enterVideoMode()661 showVideoUi(newVideoState, call.getState()); in enterVideoMode()676 enableCamera(videoCall, isCameraRequired(newVideoState)); in enterVideoMode()678 mCurrentVideoState = newVideoState; in enterVideoMode()
649 private void setModifyToVideoState(int newVideoState) { in setModifyToVideoState() argument650 mModifyToVideoState = newVideoState; in setModifyToVideoState()
103 int newVideoState = videoProfile.getVideoState(); in onSessionModifyRequestReceived() local105 .videoStateToString(newVideoState)); in onSessionModifyRequestReceived()108 VideoProfile.isReceptionEnabled(newVideoState); in onSessionModifyRequestReceived()