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.java125 private boolean mIsVideoPauseSupported; field in TelecomAccountRegistry.AccountEntry
390 mIsVideoPauseSupported = isCarrierVideoPauseSupported(); in buildPstnPhoneAccount()
888 return mIsVideoCapable && mIsVideoPauseSupported; in isVideoPauseSupported()
DTelephonyConnection.java752 private boolean mIsVideoPauseSupported; field in TelephonyConnection
1233 mIsVideoPauseSupported && isVideoCapable()); in updateConnectionCapabilities()
2481 mIsVideoPauseSupported = isVideoPauseSupported; in setVideoPauseSupported()
2489 return mIsVideoPauseSupported; in getVideoPauseSupported()