Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1124 private boolean mSupportPauseVideo = false; field in ImsPhoneCallTracker
1956 mSupportPauseVideo = carrierConfig.getBoolean( in updateCarrierConfigCache()
4087 if (useVideoPauseWorkaround && mSupportPauseVideo &&
5696 } else if (mSupportPauseVideo) { in handleDataEnabledChange()
5728 && !mSupportPauseVideo) { in downgradeVideoCall()
5734 } else if (mSupportPauseVideo && reasonCode != ImsReasonInfo.CODE_WIFI_LOST) { in downgradeVideoCall()
5915 if (useVideoPauseWorkaround && mSupportPauseVideo && in onCallHoldReceived()