Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java136 private boolean mIsVideoPauseSupported; field in TelecomAccountRegistry.AccountEntry
406 mIsVideoPauseSupported = isCarrierVideoPauseSupported(); in buildPstnPhoneAccount()
930 return mIsVideoCapable && mIsVideoPauseSupported; in isVideoPauseSupported()
DTelephonyConnection.java855 private boolean mIsVideoPauseSupported; field in TelephonyConnection
1427 mIsVideoPauseSupported && isVideoCapable()); in updateConnectionCapabilities()
2789 mIsVideoPauseSupported = isVideoPauseSupported; in setVideoPauseSupported()
2797 return mIsVideoPauseSupported; in getVideoPauseSupported()