Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java102 private int currentVideoState; field in VideoCallPresenter
320 currentVideoState = VideoProfile.STATE_AUDIO_ONLY; in onVideoCallScreenUiReady()
567 final boolean hasVideoStateChanged = currentVideoState != call.getVideoState(); in checkForVideoStateChange()
576 VideoProfile.videoStateToString(currentVideoState), in checkForVideoStateChange()
659 currentVideoState = VideoProfile.STATE_AUDIO_ONLY; in updateCallCache()
664 currentVideoState = call.getVideoState(); in updateCallCache()
819 int previousVideoState = currentVideoState; in adjustVideoMode()
820 currentVideoState = newVideoState; in adjustVideoMode()