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.java746 private boolean mIsVideoPauseSupported; field in TelephonyConnection
1227 mIsVideoPauseSupported && isVideoCapable()); in updateConnectionCapabilities()
2472 mIsVideoPauseSupported = isVideoPauseSupported; in setVideoPauseSupported()
2480 return mIsVideoPauseSupported; in getVideoPauseSupported()