Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java77 private int mCurrentVideoState; field in ImsVideoCallProviderWrapper
166 if (!VideoProfile.isVideo(mCurrentVideoState) && VideoProfile.isVideo(
315 !VideoProfile.isPaused(mCurrentVideoState)) { in onSendSessionModifyRequest()
584 if (VideoProfile.isPaused(mCurrentVideoState) && !VideoProfile.isPaused(newVideoState)) { in onVideoStateChanged()
588 VideoProfile.videoStateToString(mCurrentVideoState), in onVideoStateChanged()
594 VideoProfile.videoStateToString(mCurrentVideoState), in onVideoStateChanged()
597 mCurrentVideoState = newVideoState; in onVideoStateChanged()