Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/
DVideoCallPresenter.java145 private int mCurrentVideoState; field in VideoCallPresenter
240 mCurrentVideoState = VideoProfile.STATE_AUDIO_ONLY; in onUiReady()
463 final boolean hasVideoStateChanged = mCurrentVideoState != call.getVideoState(); in checkForVideoStateChange()
468 VideoProfile.videoStateToString(mCurrentVideoState) + " newVideoState: " in checkForVideoStateChange()
548 mCurrentVideoState = VideoProfile.STATE_AUDIO_ONLY; in updateCallCache()
553 mCurrentVideoState = call.getVideoState(); in updateCallCache()
678 mCurrentVideoState = newVideoState; in enterVideoMode()