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.java72 private boolean mIsVideoPauseSupported; field in TelecomAccountRegistry.AccountEntry
185 mIsVideoPauseSupported = isCarrierVideoPauseSupported(); in registerPstnPhoneAccount()
332 return mIsVideoCapable && mIsVideoPauseSupported; in isVideoPauseSupported()
DTelephonyConnection.java383 private boolean mIsVideoPauseSupported; field in TelephonyConnection
632 mIsVideoPauseSupported && isVideoCapable()); in updateConnectionCapabilities()
1257 mIsVideoPauseSupported = isVideoPauseSupported; in setVideoPauseSupported()