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.java76 private int mCurrentVideoState; field in ImsVideoCallProviderWrapper
165 if (!VideoProfile.isVideo(mCurrentVideoState) && VideoProfile.isVideo(
314 !VideoProfile.isPaused(mCurrentVideoState)) { in onSendSessionModifyRequest()
583 if (VideoProfile.isPaused(mCurrentVideoState) && !VideoProfile.isPaused(newVideoState)) { in onVideoStateChanged()
587 VideoProfile.videoStateToString(mCurrentVideoState), in onVideoStateChanged()
593 VideoProfile.videoStateToString(mCurrentVideoState), in onVideoStateChanged()
596 mCurrentVideoState = newVideoState; in onVideoStateChanged()