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.java80 private boolean mIsVideoPauseSupported; field in TelecomAccountRegistry.AccountEntry
211 mIsVideoPauseSupported = isCarrierVideoPauseSupported(); in registerPstnPhoneAccount()
420 return mIsVideoCapable && mIsVideoPauseSupported; in isVideoPauseSupported()
DTelephonyConnection.java468 private boolean mIsVideoPauseSupported; field in TelephonyConnection
733 mIsVideoPauseSupported && isVideoCapable()); in updateConnectionCapabilities()
1562 mIsVideoPauseSupported = isVideoPauseSupported; in setVideoPauseSupported()
1570 return mIsVideoPauseSupported; in getVideoPauseSupported()