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.java72 private int mCurrentVideoState; field in ImsVideoCallProviderWrapper
157 if (!VideoProfile.isVideo(mCurrentVideoState) && VideoProfile.isVideo(
305 !VideoProfile.isPaused(mCurrentVideoState)) { in onSendSessionModifyRequest()
572 if (VideoProfile.isPaused(mCurrentVideoState) && !VideoProfile.isPaused(newVideoState)) { in onVideoStateChanged()
576 VideoProfile.videoStateToString(mCurrentVideoState), in onVideoStateChanged()
581 VideoProfile.videoStateToString(mCurrentVideoState), in onVideoStateChanged()
584 mCurrentVideoState = newVideoState; in onVideoStateChanged()