Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java70 private boolean mIsVideoCapable; field in TelecomAccountRegistry.AccountEntry
171 mIsVideoCapable = mPhone.isVideoEnabled(); in registerPstnPhoneAccount()
172 if (mIsVideoCapable) { in registerPstnPhoneAccount()
177 if (mIsVideoCapable && mIsVideoPresenceSupported) { in registerPstnPhoneAccount()
181 if (mIsVideoCapable && isCarrierEmergencyVideoCallsAllowed()) { in registerPstnPhoneAccount()
323 mIsVideoCapable = isVideoCapable; in onVideoCapabilitiesChanged()
332 return mIsVideoCapable && mIsVideoPauseSupported; in isVideoPauseSupported()